lib/pilot/options.rb in pilot-1.6.0 vs lib/pilot/options.rb in pilot-1.7.0
- old
+ new
@@ -38,9 +38,15 @@
short_option: "-s",
env_name: "PILOT_SKIP_SUBMISSION",
description: "Skip the distributing action of pilot and only upload the ipa file",
is_string: false,
default_value: false),
+ FastlaneCore::ConfigItem.new(key: :skip_waiting_for_build_processing,
+ short_option: "-z",
+ env_name: "PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING",
+ description: "Don't wait for the build to process. If set to true, the changelog won't be set",
+ is_string: false,
+ default_value: false),
FastlaneCore::ConfigItem.new(key: :apple_id,
short_option: "-p",
env_name: "PILOT_APPLE_ID",
description: "The unique App ID provided by iTunes Connect",
optional: true,