Joey Armstrong | a144ef3 | 2024-01-11 11:26:41 -0500 | [diff] [blame] | 1 | Release Tasks |
| 2 | ============= |
| 3 | |
| 4 | BUILD[baseline]: detect pre-existing corruption |
| 5 | ----------------------------------------------- |
| 6 | |
| 7 | - Apply cosmetic edits to sorce: comments, formatting, nothing that changes logic flow. |
| 8 | - Update copyright notice ending date (if December release). |
| 9 | - gofmt - standard golang source formatting. |
| 10 | - Else add/modify comments in all sources. |
| 11 | - These edits are cosmetic and should be a NOP. |
| 12 | - Failing jobs are a sign of pre-existing corruption. Open a jira ticket and fix. |
| 13 | |
| 14 | BUILD[pre-release]: dependency and module updates |
| 15 | ------------------------------------------------- |
| 16 | |
| 17 | - make go mod-update |
| 18 | - Update copyright notices :ref:`Release Task Copyright` |
| 19 | |
| 20 | Standard syntax & formatting |
| 21 | ---------------------------- |
| 22 | |
| 23 | - Golang syntax fomatting :ref:`Release Task Golang Syntax` |
| 24 | |
| 25 | Chart.yaml |
| 26 | ---------- |
| 27 | |
| 28 | - Update version string(s) for voltha-lib-go. |