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