Skip to content

Commit a46c53c

Browse files
authored
Fix release process phrasing (#1204)
Ensure that the helm chart version is bumped on release. This was incorrectly removed in a previous PR.
1 parent 6999127 commit a46c53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To create a new release, follow these steps:
3333
5. Create a release branch with a name that follows the `release-X.Y` format.
3434
6. Prepare and merge a PR into the release branch to update the repo files for the release:
3535
1. Update the Helm [Chart.yaml](/deploy/helm-chart/Chart.yaml): the `appVersion` to `X.Y.Z`, the icon and source
36-
URLs to point at `vX.Y.Z`.
36+
URLs to point at `vX.Y.Z`, and bump the `version`.
3737
2. Adjust the `VERSION` variable in the [Makefile](/Makefile) and the `NGF_TAG` in the
3838
[conformance tests Makefile](/conformance/Makefile) to `X.Y.Z`.
3939
3. Update the tag of NGF container images used in the Helm [values.yaml](/deploy/helm-chart/values.yaml) file, the

0 commit comments

Comments
 (0)