Skip to content

Commit

Permalink
Update to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 5, 2024
1 parent c4068a9 commit 35ded44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35ded44

Please sign in to comment.