There was an error while loading. Please reload this page.
1 parent 350c56f commit 4c8ded0Copy full SHA for 4c8ded0
1 file changed
tasks.toml
@@ -227,12 +227,13 @@ if ! gum confirm "Proceed with the release?"; then
227
exit 0
228
fi
229
230
+git fetch origin
231
git checkout release
232
git reset --hard origin/main
233
234
{{ mise_bin }} release:bump --version="$rc_version"
235
-git push -f origin release
236
+git push --force-with-lease origin release
237
238
git checkout main
239
git pull origin main
0 commit comments