Skip to content

Commit e460ff2

Browse files
authored
add coverage. (#231)
Signed-off-by: Volkan Özçelik <[email protected]>
1 parent 5b33705 commit e460ff2

File tree

4 files changed

+2417
-1884
lines changed

4 files changed

+2417
-1884
lines changed

docs-src/content/operations/release.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Before every release:
4444

4545
1. Run the unit tests
4646
2. 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.
4948
4. Update any necessary documentation.
5049
5. Update the changelog.
5150
6. Update the documentation snapshots page.
@@ -56,10 +55,9 @@ Before every release:
5655
policy creation work as expected.
5756
9. 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

6462
Release process:
6563

0 commit comments

Comments
 (0)