release: push changes to github
This commit is contained in:
parent
53fcce4092
commit
1d64270fb5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ set -euxo pipefail
|
||||||
|
|
||||||
VERSION=$(jq -r .version package.json)
|
VERSION=$(jq -r .version package.json)
|
||||||
|
|
||||||
|
# push changes to github
|
||||||
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue