pilot/lib/pilot/options.rb in fastlane-2.138.0 vs pilot/lib/pilot/options.rb in fastlane-2.139.0

- old
+ new

@@ -130,10 +130,12 @@ 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 and no build will be distributed to testers. (You might want to use this option if you are using this action on CI and have to pay for 'minutes used' on your CI plan)", + description: "If set to true, the `distribute_external` option won't work and no build will be distributed to testers. " \ + "(You might want to use this option if you are using this action on CI and have to pay for 'minutes used' on your CI plan). " \ + "If set to `true` and a changelog is provided, it will partially wait for the build to appear on AppStore Connect so the changelog can be set, and skip the remaining processing steps", is_string: false, default_value: false), FastlaneCore::ConfigItem.new(key: :update_build_info_on_upload, deprecated: true, short_option: "-x",