From 21d56f9a2942d593bd47b0a1e17c82b121eae433 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 29 Jun 2022 21:32:30 +0000 Subject: [PATCH] docs: update MAINTAINING --- docs/MAINTAINING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/MAINTAINING.md b/docs/MAINTAINING.md index 2adfa2416..6ef0251ad 100644 --- a/docs/MAINTAINING.md +++ b/docs/MAINTAINING.md @@ -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 before proceeding. 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 issues. 1. Change the @ to target the version branch. Example: `v3.9.0 @ Target: v3.9.0`