Explorar o código

Merge pull request #63 from sethgagnon/branch-info-in-testflight

Update Fastfile: add branch name and commit hash to the "What to test" field in TestFlight
bjornoleh %!s(int64=2) %!d(string=hai) anos
pai
achega
e838a32984
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -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