fix(scripts): automatically put release notes as tag message

This commit is contained in:
Harsh Shandilya 2022-10-24 21:15:46 +05:30
parent ef5e4a952e
commit d7bafbddbc
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ git commit -am 'feat(release): bump version'
gradle -q collectReleaseApks collectReleaseBundle
git tag -s "v${VERSION}"
git tag -s "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB
gradle -q bumpSnapshot