deliver/lib/deliver/options.rb in fastlane-2.44.0.beta.20170630010021 vs deliver/lib/deliver/options.rb in fastlane-2.44.0
- old
+ new
@@ -110,10 +110,10 @@
FastlaneCore::ConfigItem.new(key: :automatic_release,
description: "Should the app be automatically released once it's approved?",
is_string: false,
default_value: false),
FastlaneCore::ConfigItem.new(key: :phased_release,
- description: "Enable phased the phased release feature of iTC",
+ description: "Enable the phased release feature of iTC",
optional: true,
is_string: false,
default_value: nil),
FastlaneCore::ConfigItem.new(key: :price_tier,
short_option: "-r",