docs: update MAINTAINING

This commit is contained in:
Joe Previte 2022-06-29 21:32:30 +00:00
parent e61a294dcc
commit 21d56f9a29
1 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,8 @@ If you're the current release manager, follow these steps:
`release-images` artifacts. You do not have to wait for this step to complete `release-images` artifacts. You do not have to wait for this step to complete
before proceeding. before proceeding.
1. Run `yarn release:github-draft` to create a GitHub draft release from the 1. Run `yarn release:github-draft` to create a GitHub draft release from the
template with the updated version. template with the updated version. Make sure to update the `CHANGELOG.md`.
1. Bump chart version in `Chart.yaml`.
1. Summarize the major changes in the release notes and link to the relevant 1. Summarize the major changes in the release notes and link to the relevant
issues. issues.
1. Change the @ to target the version branch. Example: `v3.9.0 @ Target: v3.9.0` 1. Change the @ to target the version branch. Example: `v3.9.0 @ Target: v3.9.0`