Skip to content

Commit

Permalink
Merge pull request #1 from MikePlante1/changelog
Browse files Browse the repository at this point in the history
Add branch+commit to "What to Test" field in TestFlight.
  • Loading branch information
MikePlante1 authored Nov 20, 2023
2 parents 6b7bba6 + 686e01e commit 6f52b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ platform :ios do
skip_submission: false,
ipa: "Loop.ipa",
skip_waiting_for_build_processing: true,
changelog: git_branch+" "+last_git_commit[:abbreviated_commit_hash],
)
end

Expand Down

0 comments on commit 6f52b09

Please sign in to comment.