mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
fix(scripts): bring make-release
up-to-date
This commit is contained in:
parent
cc55687292
commit
b003f0c283
1 changed files with 5 additions and 1 deletions
|
@ -10,8 +10,12 @@ git commit -am 'feat(release): bump version'
|
|||
|
||||
gradle -q collectReleaseApks collectReleaseBundle
|
||||
|
||||
git tag -s "v${VERSION}"
|
||||
|
||||
gradle -q bumpSnapshot
|
||||
|
||||
git commit -am 'feat(release): start next development iteration'
|
||||
|
||||
gh release create "v${VERSION}" ./android/outputs/*
|
||||
git push origin main "v${VERSION}"
|
||||
|
||||
gh release create "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue