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 924aac0 commit 49bfc96Copy full SHA for 49bfc96
scripts/release.sh
@@ -12,4 +12,5 @@ git branch --show-current | grep -q '^main$'
12
# Fail if there are any unstaged changes left
13
git diff --exit-code
14
15
-cargo workspaces version --no-individual-tags --exact $1
+cargo workspaces version --no-individual-tags --exact --no-git-push $1
16
+git push --follow-tags
0 commit comments