Update fastlane deliver options

This commit is contained in:
Max Radermacher 2025-10-01 17:28:52 -05:00 committed by GitHub
parent 56a28e80db
commit b84afd34cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,4 +7,12 @@ BASE_DIR="$(git rev-parse --show-toplevel)"
cd "$BASE_DIR"
bundle exec fastlane deliver --skip-screenshots --skip-binary-upload --username "$FASTLANE_USERNAME" --app_identifier 'org.whispersystems.signal'
bundle exec fastlane deliver \
--skip-screenshots \
--skip-binary-upload \
--username "$FASTLANE_USERNAME" \
--phased_release true \
--reset_ratings false \
--automatic_release false \
--run_precheck_before_submit false \
--app_identifier 'org.whispersystems.signal'