pilot/lib/pilot/options.rb in fastlane-2.153.1 vs pilot/lib/pilot/options.rb in fastlane-2.154.0

- old
+ new

@@ -120,10 +120,10 @@ end), FastlaneCore::ConfigItem.new(key: :changelog, short_option: "-w", optional: true, env_name: "PILOT_CHANGELOG", - description: "Provide the 'What to Test' text when uploading a new build. `skip_waiting_for_build_processing: false` is required to set the changelog"), + description: "Provide the 'What to Test' text when uploading a new build"), FastlaneCore::ConfigItem.new(key: :skip_submission, short_option: "-s", env_name: "PILOT_SKIP_SUBMISSION", description: "Skip the distributing action of pilot and only upload the ipa file", is_string: false,