mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08: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…
x
Reference in New Issue
Block a user