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

fastlane,ios: add ability to set the changelog

master
Saúl Ibarra Corretgé пре 6 година
родитељ
комит
2e60aafebf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      ios/fastlane/Fastfile

+ 1
- 0
ios/fastlane/Fastfile Прегледај датотеку

@@ -62,6 +62,7 @@ platform :ios do
62 62
 
63 63
     # Upload the build to TestFlight (but don't distribute it)
64 64
     upload_to_testflight(
65
+      changelog: ENV["JITSI_CHANGELOG"],
65 66
       distribute_external: true,
66 67
       reject_build_waiting_for_review: true,
67 68
       skip_submission: false,

Loading…
Откажи
Сачувај