Skip to content

Commit

Permalink
fix release procedure
Browse files Browse the repository at this point in the history
Signed-off-by: Shinya Hayashi <[email protected]>
  • Loading branch information
peng225 committed Jun 26, 2024
1 parent a36d0b8 commit efb30aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ If you want to release both charts, please follow the instructions for each of t
```sh
# For charts/mantle
git commit -a -s -m "Bump mantle chart version to ${CHARTVERSION}"
git switch -c bump-mantle-chart-${CHARTVERSION}
git push --set-upstream origin bump-mantle-chart-${CHARTVERSION}
# For charts/mantle-cluster-wide
git commit -a -s -m "Bump mantle-cluster-wide chart version to ${CHARTVERSION}"
bump-mantle-cluster-wide-chart-${CHARTVERSION}
git push --set-upstream origin bump-mantle-cluster-wide-chart-${CHARTVERSION}
```

5. Create a new pull request and merge it.
Expand Down

0 comments on commit efb30aa

Please sign in to comment.