deliver/lib/deliver/options.rb in fastlane-2.162.0 vs deliver/lib/deliver/options.rb in fastlane-2.163.0

- old
+ new

@@ -151,11 +151,11 @@ # how to operate FastlaneCore::ConfigItem.new(key: :force, short_option: "-f", env_name: "DELIVER_FORCE", - description: "Skip the HTML report file verification", + description: "Skip verification of HTML preview file", is_string: false, default_value: false), FastlaneCore::ConfigItem.new(key: :overwrite_screenshots, env_name: "DELIVER_OVERWRITE_SCREENSHOTS", description: "Clear all previously uploaded screenshots before uploading the new ones", @@ -174,11 +174,11 @@ # release FastlaneCore::ConfigItem.new(key: :automatic_release, env_name: "DELIVER_AUTOMATIC_RELEASE", description: "Should the app be automatically released once it's approved? (Can not be used together with `auto_release_date`)", - is_string: false, - default_value: false), + type: Boolean, + optional: true), FastlaneCore::ConfigItem.new(key: :auto_release_date, env_name: "DELIVER_AUTO_RELEASE_DATE", description: "Date in milliseconds for automatically releasing on pending approval (Can not be used together with `automatic_release`)", type: Integer, optional: true,