Move to v2 tag

This commit is contained in:
Jake Shadle
2024-08-02 14:33:41 +02:00
parent 10d8902cf9
commit 08954043da
+2 -2
View File
@@ -12,8 +12,8 @@ git diff-index --quiet HEAD || git commit -m "Bump to $deny_version"
# Add the new tag
git tag -a "v$version" -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"
# Move the v2 tag to the new commit
git tag -fa "v2" -m "Release $version - cargo-deny $deny_version"
git push --tags --force
git push