fix(scripts): bring make-release up-to-date

This commit is contained in:
Harsh Shandilya 2022-10-24 18:59:47 +05:30
parent cc55687292
commit b003f0c283
No known key found for this signature in database

View file

@ -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