mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 21:56:59 +05:30
refactor(scripts): remove now unused release script
This commit is contained in:
parent
da40cf3892
commit
6581e56c31
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
gradle -q clearPreRelease
|
||||
|
||||
VERSION="$(tail -n1 android/version.properties | cut -d = -f 2)"
|
||||
|
||||
git commit -am 'feat(release): bump version'
|
||||
|
||||
gradle -q collectReleaseApks collectReleaseBundle
|
||||
|
||||
git tag -s "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB
|
||||
|
||||
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}"
|
||||
|
||||
gh release create "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB --title "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
|
Loading…
Add table
Add a link
Reference in a new issue