Browse Source

Release script: do not bundle the minimal app when checking if the project compiles locally.

pull/1167/head
Benoit Marty 1 year ago
parent
commit
f44fa4190f
  1. 2
      tools/release/release.sh

2
tools/release/release.sh

@ -143,7 +143,7 @@ git commit -a -m "Setting version for the release ${version}" @@ -143,7 +143,7 @@ git commit -a -m "Setting version for the release ${version}"
printf "\n================================================================================\n"
printf "Building the bundle locally first...\n"
./gradlew clean bundleRelease
./gradlew clean app:bundleRelease
printf "\n================================================================================\n"
printf "Running towncrier...\n"

Loading…
Cancel
Save