pilot/lib/pilot/options.rb in fastlane-2.203.0 vs pilot/lib/pilot/options.rb in fastlane-2.204.0
- old
+ new
@@ -322,10 +322,15 @@
FastlaneCore::ConfigItem.new(key: :reject_build_waiting_for_review,
short_option: "-b",
env_name: "PILOT_REJECT_PREVIOUS_BUILD",
description: "Expire previous if it's 'waiting for review'",
is_string: false,
- default_value: false)
+ default_value: false),
+ FastlaneCore::ConfigItem.new(key: :submit_beta_review,
+ env_name: "PILOT_DISTRIBUTE_EXTERNAL",
+ description: "Send the build for a beta review",
+ type: Boolean,
+ default_value: true)
]
end
end
end