fastlane,ios: add ability to set the changelog

This commit is contained in:
Saúl Ibarra Corretgé 2019-11-12 17:11:04 +01:00 committed by Saúl Ibarra Corretgé
parent 131e8f4aea
commit 2e60aafebf
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ platform :ios do
# Upload the build to TestFlight (but don't distribute it)
upload_to_testflight(
changelog: ENV["JITSI_CHANGELOG"],
distribute_external: true,
reject_build_waiting_for_review: true,
skip_submission: false,