blob: 0dd0300afb86ece8f8291df1ed5b7d02225c8001 [file] [log] [blame]
Joey Armstrong018aa3d2024-01-02 21:40:15 -05001VOLTHA Components: voltha-lib-go
Joey Armstrong56334fc2023-01-15 22:53:19 -05002================================
3
4Dependencies
5------------
6
7- update go.mod
8
9 - voltha-protos
10
11
12Validate
13--------
14
15Versioning
16----------
17
18- Based on VERSION file contents in root directory of the repository.
19
20Release
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 Armstrong8388b7f2023-01-23 11:20:04 -050026- 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.