pilot/lib/pilot/options.rb in fastlane-2.175.0 vs pilot/lib/pilot/options.rb in fastlane-2.176.0
- old
+ new
@@ -86,10 +86,10 @@
# app review info
FastlaneCore::ConfigItem.new(key: :demo_account_required,
type: Boolean,
env_name: "DEMO_ACCOUNT_REQUIRED",
description: "Do you need a demo account when Apple does review?",
- default_value: false),
+ optional: true),
FastlaneCore::ConfigItem.new(key: :beta_app_review_info,
type: Hash,
env_name: "PILOT_BETA_APP_REVIEW_INFO",
description: "Beta app review information for contact info and demo account",
optional: true,