Add temp changelog on iOS

This commit is contained in:
Diego Mello 2023-06-21 18:22:42 -03:00
parent 17f11f8c11
commit 48c03bcad4
1 changed files with 2 additions and 1 deletions

View File

@ -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(