File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
docs/content/contributing Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,11 @@ for e.g. local development and e2e tests:
45451 . Add the new release to the e2e configuration ` test/e2e/data/shared/v1beta1-caren/metadata.yaml ` release series.
46461 . 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.
51531 . Commit the changed files:
5254
5355 ``` shell
You can’t perform that action at this time.
0 commit comments