We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9d46a commit b60601bCopy full SHA for b60601b
1 file changed
.github/workflows/scripts/release.sh
@@ -24,4 +24,5 @@ towncrier build --yes --version "${NEW_VERSION}"
24
bump-my-version bump release --commit --message "Release {new_version}" --tag --tag-name "{new_version}" --tag-message "Release {new_version}" --allow-dirty
25
bump-my-version bump patch --commit
26
27
-git push origin "${BRANCH}" "${NEW_VERSION}"
+# Git push is not atomic by default!
28
+git push --atomic origin "${BRANCH}" "${NEW_VERSION}"
0 commit comments