From 03d2040ce79167922361cb01b5085a40e1c9b6d3 Mon Sep 17 00:00:00 2001 From: bjornoleh <63544115+bjornoleh@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:52:10 +0100 Subject: [PATCH] Add branch+commit to "What to Test" field in TestFlight Copied from https://github.com/Artificial-Pancreas/iAPS/pull/360/commits/82bcf155317781d5438279dc5a53588fc95c8af6 by @MikePlante1 --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f487b5c9c..9fc917552 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -153,6 +153,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