fix(scripts): make GitHub release non-interactive

This commit is contained in:
Harsh Shandilya 2022-10-24 22:20:04 +05:30
parent 1560574e15
commit c554459191
No known key found for this signature in database

View file

@ -20,4 +20,4 @@ git commit -am 'feat(release): start next development iteration'
git push origin main "v${VERSION}"
gh release create "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
gh release create "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB --title "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab