From c554459191c83aa58ad575c82fccdbb705750af2 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 24 Oct 2022 22:20:04 +0530 Subject: [PATCH] fix(scripts): make GitHub release non-interactive --- scripts/make-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-release.sh b/scripts/make-release.sh index 56c973ab..916ba283 100755 --- a/scripts/make-release.sh +++ b/scripts/make-release.sh @@ -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