From 29f6628782f87437ae48a182e68c8ef4f5e91c31 Mon Sep 17 00:00:00 2001 From: Steve Cassidy Date: Fri, 31 May 2024 13:54:03 +1000 Subject: [PATCH] fix deliver args? Signed-off-by: Steve Cassidy --- ios/App/fastlane/Fastfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ios/App/fastlane/Fastfile b/ios/App/fastlane/Fastfile index ea80ed08f..d30616c29 100644 --- a/ios/App/fastlane/Fastfile +++ b/ios/App/fastlane/Fastfile @@ -228,15 +228,10 @@ platform :ios do } } ) - changelog = changelog_from_git_commits( - match_lightweight_tag: false, - merge_commit_filtering: "exclude_merges" - ) deliver( app_identifier: "#{DEVELOPER_APP_IDENTIFIER}", ipa: "App.ipa", - changelog: changelog, submit_for_review: false, automatic_release: false, force: true,