blob: 8785b06dc5526717df9b231288f63b7acd144f1b [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
Joey Armstrong8388b7f2023-01-23 11:20:04 -050023<<<<<<< HEAD
Joey Armstrong56334fc2023-01-15 22:53:19 -050024- Bump VERSION file to a non-dev semantic version.
25- See Validate above
26- Commit and approve to trigger a build
Joey Armstrong8388b7f2023-01-23 11:20:04 -050027=======
28<<<<<<< HEAD
29- Bump VERSION file to a non-dev semantic version.
30- See Validate above
31- Commit and approve to trigger a build
32=======
33- Bump /opencord/ component versions in go.mod
34- make distclean
35- make mod-update
36- Review and commit changes.
37- make lint-mod
38- When ready to release a new component version of voltha-lib-go
39
40 - Bump VERSION file to a non-dev semantic version.
41
42- Commit changes and create a pull request.
43- Once approved a jenkins job will launch.
44
45>>>>>>> cb4f2e0 (VOL-4840 - Tracking ticket for release documentation.)
46>>>>>>> f854950 (VOL-4840 - Tracking ticket for release documentation.)