Skip to content

Commit e31c438

Browse files
authored
Add branch+commit to "What to Test" field in TestFlight. (#97)
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.
1 parent a32a19d commit e31c438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ platform :ios do
156156
skip_submission: false,
157157
ipa: "Loop.ipa",
158158
skip_waiting_for_build_processing: true,
159+
changelog: git_branch+" "+last_git_commit[:abbreviated_commit_hash],
159160
)
160161
end
161162

0 commit comments

Comments
 (0)