fix: v2 release tag automation

This commit is contained in:
jdx 2025-07-27 14:01:32 -05:00
parent a35d5fc681
commit c37c93293d
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -4,6 +4,9 @@ set -euxo pipefail
VERSION=$(jq -r .version package.json) VERSION=$(jq -r .version package.json)
MAJOR_VERSION=$(echo "$VERSION" | cut -d. -f1) MAJOR_VERSION=$(echo "$VERSION" | cut -d. -f1)
# create the version tag
git tag "v$VERSION"
# push changes to github # push changes to github
git push git push
# push the current tag to github # push the current tag to github