Update Fastfile: add branch name and commit hash to the "What to test" field in TestFlight
@@ -160,6 +160,7 @@ platform :ios do
skip_submission: false,
ipa: "iAPS.ipa",
skip_waiting_for_build_processing: true,
+ changelog: git_branch+" "+last_git_commit[:abbreviated_commit_hash],
)
end