Skip to content

Commit 78eae4c

Browse files
committed
Stick with v1 for now
1 parent 35ded44 commit 78eae4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tag.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ git diff-index --quiet HEAD || git commit -m "Bump to $deny_version"
1212
# Add the new tag
1313
git tag -a "v$version" -m "Release $version - cargo-deny $deny_version"
1414

15-
# Move the v2 tag to the new commit
16-
git tag -fa "v2" -m "Release $version - cargo-deny $deny_version"
15+
# Move the v1 tag to the new commit
16+
git tag -fa "v1" -m "Release $version - cargo-deny $deny_version"
1717

1818
git push --tags --force
1919
git push

0 commit comments

Comments
 (0)