File tree Expand file tree Collapse file tree 4 files changed +2417
-1884
lines changed
docs-src/content/operations Expand file tree Collapse file tree 4 files changed +2417
-1884
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ Before every release:
4444
45451 . Run the unit tests
46462 . Run the following smoke tests documented in the next section.
47- 3 . If everything passes, update ` NexusVersion ` , ` PilotVersion `
48- and ` KeeperVersion ` in ` $WORKSPACE/spike/internal/config/config.go `
47+ 3 . If everything passes, update ` ./app/VERSION.txt ` to the release version.
49484 . Update any necessary documentation.
50495 . Update the changelog.
51506 . Update the documentation snapshots page.
@@ -56,10 +55,9 @@ Before every release:
5655 policy creation work as expected.
57569 . Run ` ./hack/bare-metal/cmd/read-sample-secrets.sh ` to ensure secret and
5857 policy reading work as expected.
59- 10 . Make sure you update ` ./app/VERSION.txt ` with the new version.
60- 11 . Make sure you run ` make build ` and the process cleanly exits with no errors.
61- 12 . Make sure you run ` make test ` and the process cleanly exits with no errors.
62- 13 . Make sure you run ` make audit ` and the process cleanly exits with no errors.
58+ 10 . Make sure you run ` make build ` and the process cleanly exits with no errors.
59+ 11 . Make sure you run ` make test ` and the process cleanly exits with no errors.
60+ 12 . Make sure you run ` make audit ` and the process cleanly exits with no errors.
6361
6462Release process:
6563
You can’t perform that action at this time.
0 commit comments