diff --git a/scripts/postversion.sh b/scripts/postversion.sh index 4aed6ed..ab5a8c3 100755 --- a/scripts/postversion.sh +++ b/scripts/postversion.sh @@ -8,8 +8,8 @@ git push # push the current tag to github git push origin "v$VERSION" # set the v1 tag to this release -git tag v1 -f +git tag v2 -f # push the v1 tag to github -git push origin v1 -f +git push origin v2 -f # create a release on github gh release create "v$VERSION" --generate-notes --verify-tag