deliver/lib/deliver/options.rb in fastlane-2.43.0 vs deliver/lib/deliver/options.rb in fastlane-2.44.0.beta.20170630010021
- old
+ new
@@ -109,9 +109,14 @@
default_value: false),
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",
+ optional: true,
+ is_string: false,
+ default_value: nil),
FastlaneCore::ConfigItem.new(key: :price_tier,
short_option: "-r",
description: "The price tier of this application",
is_string: false,
optional: true),