Skip to content

Commit

Permalink
fixed version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 4, 2024
1 parent 052520c commit cd1dce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd1dce8

Please sign in to comment.