浏览代码

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,

正在加载...
取消
保存