We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ded44 commit 78eae4cCopy full SHA for 78eae4c
tag.sh
@@ -12,8 +12,8 @@ git diff-index --quiet HEAD || git commit -m "Bump to $deny_version"
12
# Add the new tag
13
git tag -a "v$version" -m "Release $version - cargo-deny $deny_version"
14
15
-# Move the v2 tag to the new commit
16
-git tag -fa "v2" -m "Release $version - cargo-deny $deny_version"
+# Move the v1 tag to the new commit
+git tag -fa "v1" -m "Release $version - cargo-deny $deny_version"
17
18
git push --tags --force
19
git push
0 commit comments