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 bb6087f commit 3149f61Copy full SHA for 3149f61
scripts/release.sh
@@ -12,4 +12,4 @@ 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 $1
+cargo workspaces version --no-individual-tags --exact $1
0 commit comments