fixed version script

This commit is contained in:
Jeff Dickey 2024-01-04 11:30:04 -06:00
parent 052520c41a
commit cd1dce8b8d
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -8,8 +8,8 @@ git push
# push the current tag to github # push the current tag to github
git push origin "v$VERSION" git push origin "v$VERSION"
# set the v1 tag to this release # set the v1 tag to this release
git tag v1 -f git tag v2 -f
# push the v1 tag to github # push the v1 tag to github
git push origin v1 -f git push origin v2 -f
# create a release on github # create a release on github
gh release create "v$VERSION" --generate-notes --verify-tag gh release create "v$VERSION" --generate-notes --verify-tag