From 48c03bcad492ead0243c917750481bb01ed54d70 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 21 Jun 2023 18:22:42 -0300 Subject: [PATCH] Add temp changelog on iOS --- ios/fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 08a3a4b70..a0be4f031 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -37,7 +37,8 @@ platform :ios do ipa: 'ios/Rocket.Chat.ipa', skip_waiting_for_build_processing: options[:distribute_external] ? false : true, distribute_external: options[:distribute_external] ? true : false, - groups: options[:distribute_external] ? ["External Testers", "App Store Connect Users"] : ["App Store Connect Users"] + groups: options[:distribute_external] ? ["External Testers", "App Store Connect Users"] : ["App Store Connect Users"], + changelog: options[:distribute_external] ? "Minor bugs fixed" : "" ) upload_symbols_to_crashlytics(dsym_path: "./ios/Rocket.Chat.app.dSYM.zip") upload_symbols_to_bugsnag(