Skip to content

Commit

Permalink
Stick with v1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 5, 2024
1 parent 35ded44 commit 78eae4c
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 v2 tag to the new commit
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"

git push --tags --force
git push

0 comments on commit 78eae4c

Please sign in to comment.