fastlane/lib/fastlane/actions/deploygate.rb in fastlane-2.185.1 vs fastlane/lib/fastlane/actions/deploygate.rb in fastlane-2.186.0
- old
+ new
@@ -155,16 +155,15 @@
optional: true,
env_name: "DEPLOYGATE_RELEASE_NOTE",
description: "Release note for distribution page"),
FastlaneCore::ConfigItem.new(key: :disable_notify,
optional: true,
- is_string: false,
+ type: Boolean,
default_value: false,
env_name: "DEPLOYGATE_DISABLE_NOTIFY",
description: "Disables Push notification emails"),
FastlaneCore::ConfigItem.new(key: :distribution_name,
optional: true,
- is_string: true,
env_name: "DEPLOYGATE_DISTRIBUTION_NAME",
description: "Target Distribution Name")
]
end