fixed version script
This commit is contained in:
parent
052520c41a
commit
cd1dce8b8d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue