From f180f53bd02b08eaf47d17c458b316ebd926d5d0 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 26 Oct 2023 10:28:22 -0600 Subject: [PATCH] Fix release process phrasing Ensure that the helm chart version is bumped on release. This was incorrectly removed in a previous PR. --- docs/developer/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/release-process.md b/docs/developer/release-process.md index 695916e83..42ee7cf5c 100644 --- a/docs/developer/release-process.md +++ b/docs/developer/release-process.md @@ -33,7 +33,7 @@ To create a new release, follow these steps: 5. Create a release branch with a name that follows the `release-X.Y` format. 6. Prepare and merge a PR into the release branch to update the repo files for the release: 1. Update the Helm [Chart.yaml](/deploy/helm-chart/Chart.yaml): the `appVersion` to `X.Y.Z`, the icon and source - URLs to point at `vX.Y.Z`. + URLs to point at `vX.Y.Z`, and bump the `version`. 2. Adjust the `VERSION` variable in the [Makefile](/Makefile) and the `NGF_TAG` in the [conformance tests Makefile](/conformance/Makefile) to `X.Y.Z`. 3. Update the tag of NGF container images used in the Helm [values.yaml](/deploy/helm-chart/values.yaml) file, the