From 806b1e930680c0d502d6d6e0315b45633fe3b75e Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 2 Jul 2021 18:56:07 +0200 Subject: [PATCH] ios fastlane: Auto add changelog I'm hoping this will make it easier for the testers --- ios/fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 4a79c8bf..a50aefd6 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -15,6 +15,7 @@ platform :ios do } ) #upload_to_app_store(skip_metadata: true, skip_screenshots: true) - upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:true) + changelog_from_git_commits + upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:false) end end