From efb30aa03a145c4e1388d04ae0e1493eefc104d8 Mon Sep 17 00:00:00 2001 From: Shinya Hayashi Date: Wed, 26 Jun 2024 04:11:29 +0000 Subject: [PATCH] fix release procedure Signed-off-by: Shinya Hayashi --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index aca404dc..1fa59eec 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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.