We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6999127 commit a46c53cCopy full SHA for a46c53c
docs/developer/release-process.md
@@ -33,7 +33,7 @@ To create a new release, follow these steps:
33
5. Create a release branch with a name that follows the `release-X.Y` format.
34
6. Prepare and merge a PR into the release branch to update the repo files for the release:
35
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`.
+ URLs to point at `vX.Y.Z`, and bump the `version`.
37
2. Adjust the `VERSION` variable in the [Makefile](/Makefile) and the `NGF_TAG` in the
38
[conformance tests Makefile](/conformance/Makefile) to `X.Y.Z`.
39
3. Update the tag of NGF container images used in the Helm [values.yaml](/deploy/helm-chart/values.yaml) file, the
0 commit comments