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 108897c commit 9caa8bdCopy full SHA for 9caa8bd
scripts/release.sh
@@ -12,5 +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 --no-git-push $1
+cargo workspaces version --no-individual-tags --exact --no-git-push --force "*" $1
16
git push --follow-tags
0 commit comments