소스 검색

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 2 년 전
부모
커밋
e838a32984
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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