chore: push changes before release branch checkout

This commit is contained in:
2026-05-31 22:17:20 +02:00
parent b8aa1aaa8d
commit c0fcd67312
+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}"