Joey Armstrong | 56334fc | 2023-01-15 22:53:19 -0500 | [diff] [blame] | 1 | VOLTHA Components: voltha-protos |
| 2 | ================================ |
| 3 | |
| 4 | Dependencies |
| 5 | ------------ |
| 6 | |
| 7 | - update go.mod |
| 8 | |
| 9 | - voltha-protos |
| 10 | |
| 11 | |
| 12 | Validate |
| 13 | -------- |
| 14 | |
| 15 | Versioning |
| 16 | ---------- |
| 17 | |
| 18 | - Based on VERSION file contents in root directory of the repository. |
| 19 | |
| 20 | Release |
| 21 | ------- |
| 22 | |
| 23 | - Bump VERSION file to a non-dev semantic version. |
| 24 | - See Validate above |
| 25 | - Commit and approve to trigger a build |
Joey Armstrong | 8388b7f | 2023-01-23 11:20:04 -0500 | [diff] [blame] | 26 | - Bump /opencord/ component versions in go.mod |
| 27 | - make distclean |
| 28 | - make mod-update |
| 29 | - Review and commit changes. |
| 30 | - make lint-mod |
| 31 | - When ready to release a new component version of voltha-lib-go |
| 32 | |
| 33 | - Bump VERSION file to a non-dev semantic version. |
| 34 | |
| 35 | - Commit changes and create a pull request. |
| 36 | - Once approved a jenkins job will launch. |