From 2e60aafebf94814544d7c85d208f54e9f82d748a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 12 Nov 2019 17:11:04 +0100 Subject: [PATCH] fastlane,ios: add ability to set the changelog --- ios/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index c396c6c1d..6752ef6a4 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -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,