deliver/lib/deliver/options.rb in fastlane-2.117.0.beta.20190221200044 vs deliver/lib/deliver/options.rb in fastlane-2.117.0.beta.20190222200022

- old
+ new

@@ -164,9 +164,14 @@ FastlaneCore::ConfigItem.new(key: :phased_release, description: "Enable the phased release feature of iTC", optional: true, is_string: false, default_value: false), + FastlaneCore::ConfigItem.new(key: :reset_ratings, + description: "Reset the summary rating when you release a new version of the application", + optional: true, + is_string: false, + default_value: false), # other app configuration FastlaneCore::ConfigItem.new(key: :price_tier, short_option: "-r", description: "The price tier of this application",