mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +05:30
fix(scripts): automatically put release notes as tag message
This commit is contained in:
parent
ef5e4a952e
commit
d7bafbddbc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ git commit -am 'feat(release): bump version'
|
||||||
|
|
||||||
gradle -q collectReleaseApks collectReleaseBundle
|
gradle -q collectReleaseApks collectReleaseBundle
|
||||||
|
|
||||||
git tag -s "v${VERSION}"
|
git tag -s "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB
|
||||||
|
|
||||||
gradle -q bumpSnapshot
|
gradle -q bumpSnapshot
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue