mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 06:27:02 +05:30
fix(scripts): clear changelog in make-release
This commit is contained in:
parent
b1fca935a8
commit
5711bab007
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ git tag -s "v${VERSION}"
|
||||||
|
|
||||||
gradle -q bumpSnapshot
|
gradle -q bumpSnapshot
|
||||||
|
|
||||||
|
truncate -s 0 distribution/whatsnew/whatsnew-en-GB
|
||||||
|
|
||||||
git commit -am 'feat(release): start next development iteration'
|
git commit -am 'feat(release): start next development iteration'
|
||||||
|
|
||||||
git push origin main "v${VERSION}"
|
git push origin main "v${VERSION}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue