blob: 22ec8520f147cd5bbd797e86e330a393feca576d [file] [log] [blame]
Joey Armstrong56334fc2023-01-15 22:53:19 -05001VOLTHA Components: voltha-protos
2================================
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.