We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b58d9 commit a6f32d4Copy full SHA for a6f32d4
tools/release-tag.sh
@@ -61,5 +61,5 @@ warn "!WARNING! The next step will modify upstream: $UPSTREAM_URL by running:"
61
echo " git push $UPSTREAM v$version"
62
echo " git push $UPSTREAM $RELEASE_BRANCH"
63
get_user_confirmation || die "Cancelling tag push"
64
-git push $UPSTREAM "v$version"
65
-git push $UPSTREAM "$RELEASE_BRANCH"
+git push --atomic $UPSTREAM "v$version"
+git push --atomic $UPSTREAM "$RELEASE_BRANCH"
0 commit comments