Browse Source

Add branch+commit to "What to Test" field in TestFlight. (#360)

MikePlante1 2 năm trước cách đây
mục cha
commit
deb82d7364
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -126,6 +126,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