Skip to content

Commit 7bdd0d5

Browse files
committed
docs: Update release documentation
1 parent f483c91 commit 7bdd0d5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/content/contributing/releasing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ for e.g. local development and e2e tests:
4545
1. Add the new release to the e2e configuration `test/e2e/data/shared/v1beta1-caren/metadata.yaml` release series.
4646
1. Add the next release to the e2e configuration `test/e2e/data/shared/v1beta1-caren/metadata.yaml` (e.g. if release
4747
`v0.6.0` then add release series for `v0.7`).
48-
1. Update the `caren` provider configuration in `test/e2e/config/caren.yaml` with the new release (replacing the last
49-
minor release with the new minor release version) and the next minor release configuration (replacing the `v0.x.99`
50-
configuration).
48+
1. Update the `caren` provider configuration in `test/e2e/config/caren.yaml`:
49+
- The first reference should be the most recent successful patch release of the previous minor version. For example,
50+
if you releasing v0.22, reference the most recent successful patch release of v0.21.
51+
- The second reference should be the 99th patch version of the minor version being released. For example, if you
52+
are releasing v0.22, the reference should be v0.22.99.
5153
1. Commit the changed files:
5254

5355
```shell

0 commit comments

Comments
 (0)