Skip to content

Commit

Permalink
Add branch+commit to "What to Test" field in TestFlight.
Browse files Browse the repository at this point in the history
Adds the branch and last commit to the "What to Test" field in TestFlight to more easily determine the version of each available option in your TestFlight is.
  • Loading branch information
MikePlante1 authored Nov 19, 2023
1 parent 6b7bba6 commit 686e01e
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 686e01e

Please sign in to comment.