1 Commits
Author SHA1 Message Date
matmoul c0fcd67312 chore: push changes before release branch checkout 2026-05-31 22:17:20 +02:00
+1
View File
@@ -45,6 +45,7 @@ if git rev-parse -q --verify "refs/tags/${VERSION}" >/dev/null; then
exit 1
fi
git push
git checkout "${TAGBRANCH}"
git merge "${RELEASEBRANCH}"
git push origin "${TAGBRANCH}"