lib/pilot/options.rb in pilot-1.12.0 vs lib/pilot/options.rb in pilot-1.12.1
- old
+ new
@@ -54,9 +54,15 @@
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: :update_build_info_on_upload,
+ short_option: "-x",
+ env_name: "PILOT_UPDATE_BUILD_INFO_ON_UPLOAD",
+ description: "Update build info immediately after validation. This will set the changelog even if PILOT_SKIP_SUBMISSION is set, but will have no effect if PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING is 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,