release: push changes to github

This commit is contained in:
Jeff Dickey 2023-12-19 10:40:33 -06:00
parent 53fcce4092
commit 1d64270fb5
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -3,6 +3,8 @@ set -euxo pipefail
VERSION=$(jq -r .version package.json)
# push changes to github
git push
# push the current tag to github
git push origin "v$VERSION"
# set the v1 tag to this release