Skip to content

Commit

Permalink
fix deliver args?
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed May 31, 2024
1 parent ea7b95d commit 29f6628
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/App/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 29f6628

Please sign in to comment.