Преглед изворни кода

Merge pull request #76 from bjornoleh/branch-info-in-testflight

Add branch name and commit hash to the "What to test" field in TestFlight
bjornoleh пре 2 година
родитељ
комит
a9bda16f8e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -153,6 +153,7 @@ platform :ios do
       skip_submission: false,
       skip_submission: false,
       ipa: "iAPS.ipa",
       ipa: "iAPS.ipa",
       skip_waiting_for_build_processing: true,
       skip_waiting_for_build_processing: true,
+      changelog: git_branch+" "+last_git_commit[:abbreviated_commit_hash],
     )
     )
   end
   end