pilot/lib/pilot/options.rb in fastlane-2.0.5 vs pilot/lib/pilot/options.rb in fastlane-2.1.0
- old
+ new
@@ -59,10 +59,10 @@
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",
+ description: "Don't wait for the build to process. If set to true, the changelog won't be set, `distribute_external` option won't work",
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",