Skip to content

Commit

Permalink
chore: update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chenos committed May 7, 2024
1 parent 8ae7d48 commit 0f6c2ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
yarn version:alpha -y
cd ./packages/pro-plugins
git add .
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' ../../lerna.json)"
git tag v$(jq -r '.version' ../../lerna.json)
git push --atomic origin main v$(jq -r '.version' ../../lerna.json)
cd ../../
git add .
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' lerna.json)"
git tag v$(jq -r '.version' lerna.json)
Expand Down

0 comments on commit 0f6c2ab

Please sign in to comment.