Skip to content

Commit d434977

Browse files
authored
docs: Update release process for adding release series metadata (#861)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 0f29e9e commit d434977

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/content/contributing/releasing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Sign the previous commit:
3535
git commit --gpg-sign --amend --no-edit
3636
```
3737

38-
If you are releasing a new minor release, the update the `metadata.yaml`s so that the upcoming release version is used
38+
If you are releasing a new minor release, then update the `metadata.yaml`s so that the upcoming release version is used
3939
for e.g. local development and e2e tests:
4040

4141
1. Add the new release to the root level `metadata.yaml` release series.
@@ -45,6 +45,12 @@ for e.g. local development and e2e tests:
4545
1. Update the `caren` provider configuration in `test/e2e/config/caren.yaml` with the new release (replacing the last
4646
minor release with the new minor release version) and the next minor release configuration (replacing the `v0.x.99`
4747
configuration).
48+
1. Commit the changed files:
49+
50+
```shell
51+
git add metadata.yaml test/e2e/data/shared/v1beta1-caren/metadata.yaml test/e2e/config/caren.yaml
52+
git commit --gpg-sign -m 'fixup! release: Update metadata for release'
53+
```
4854

4955
And force push:
5056

0 commit comments

Comments
 (0)