pilot/lib/pilot/options.rb in fastlane-2.26.0.beta.20170404010022 vs pilot/lib/pilot/options.rb in fastlane-2.26.0.beta.20170405010026
- 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, `distribute_external` option won't work",
+ 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 and no build will be distributed to testers",
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",