deliver/lib/deliver/options.rb in fastlane-2.3.0 vs deliver/lib/deliver/options.rb in fastlane-2.3.1
- old
+ new
@@ -24,9 +24,10 @@
env_name: "DELIVER_APP_ID",
description: "The app ID of the app you want to use/modify",
is_string: false), # don't add any verification here, as it's used to store a spaceship ref
FastlaneCore::ConfigItem.new(key: :edit_live,
short_option: "-o",
+ optional: true,
env_name: "DELIVER_EDIT_LIVE",
description: "Modify live metadata, this option disables ipa upload and screenshot upload",
is_string: false),
FastlaneCore::ConfigItem.new(key: :ipa,
short_option: "-i",