mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:15:19 +00:00
fix: update release.sh
This commit is contained in:
parent
2ac377161f
commit
a9a9532192
@ -2,4 +2,7 @@ yarn version:alpha -y
|
||||
git add .
|
||||
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' lerna.json)"
|
||||
git tag v$(jq -r '.version' lerna.json)
|
||||
yarn changelog --breaking-pattern "BREAKING CHANGE:"
|
||||
git add .
|
||||
git commit -m "chore: update changelog"
|
||||
git push --atomic origin main v$(jq -r '.version' lerna.json)
|
||||
|
Loading…
Reference in New Issue
Block a user