We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2061c1a commit 9e64f7bCopy full SHA for 9e64f7b
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