Просмотр исходного кода

Update Fastfile

this will add branch name and commit hash to the "What to test" field in Testflight
sethgagnon 2 лет назад
Родитель
Сommit
d851b9fdc9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
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