This commit is contained in:
adrinr 2023-04-21 16:45:36 +01:00
parent eaab3dfc46
commit f52fc90dbc
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@ fi
# Bump the version in lerna.json
node scripts/bumpVersion.js $1
NEW_VERSION=$(node -p "require('./lerna.json').version")
git add lerna.json
git commit -m "Bump version to $NEW_VERSION"
git tag v$NEW_VERSION
git push
git push --tags
git push --tags