Note To do a v3.x release, go to v3 releasing guide.
Note To do a v2.x release, go to v2 releasing guide.
Perform the following steps in order to release new verions of helm chart.
-
Prepare and merge PR with the following changes:
-
Create and push new tag:
export TAG=x.y.z git checkout main git pull git tag -sm "v${TAG}" "v${TAG}" git push origin "v${TAG}"
-
Prepare release branch:
-
branch out:
git checkout -b "release-v${TAG%.*}"
-
update docs/README.md (
for unreleased version
in title) -
push branch:
git push -u origin "release-v${TAG%.*}"
-
-
Create new release. Copy generated changelog to release notes.