fix(scripts): clear changelog in make-release

This commit is contained in:
Harsh Shandilya 2022-10-24 20:27:22 +05:30
parent b1fca935a8
commit 5711bab007
No known key found for this signature in database

View file

@ -14,6 +14,8 @@ git tag -s "v${VERSION}"
gradle -q bumpSnapshot
truncate -s 0 distribution/whatsnew/whatsnew-en-GB
git commit -am 'feat(release): start next development iteration'
git push origin main "v${VERSION}"