Skip to content

Commit

Permalink
Merge pull request #26 from cybozu-go/fix-release-procedure
Browse files Browse the repository at this point in the history
fix release procedure
  • Loading branch information
cupnes authored Jun 26, 2024
2 parents 2e47168 + efb30aa commit f6c2925
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 f6c2925

Please sign in to comment.