pilot/lib/pilot/options.rb in fastlane-2.83.0.beta.20180226050016 vs pilot/lib/pilot/options.rb in fastlane-2.83.0
- old
+ new
@@ -91,9 +91,14 @@
FastlaneCore::ConfigItem.new(key: :distribute_external,
is_string: false,
env_name: "PILOT_DISTRIBUTE_EXTERNAL",
description: "Should the build be distributed to external testers?",
default_value: false),
+ FastlaneCore::ConfigItem.new(key: :notify_external_testers,
+ is_string: false,
+ env_name: "PILOT_NOTIFY_EXTERNAL_TESTERS",
+ description: "Should notify external testers?",
+ default_value: true),
FastlaneCore::ConfigItem.new(key: :demo_account_required,
is_string: false,
env_name: "DEMO_ACCOUNT_REQUIRED",
description: "Do you need a demo account when Apple does review?",
default_value: false),