fastlane/lib/fastlane/actions/testfairy.rb in fastlane-2.81.0.beta.20180211010003 vs fastlane/lib/fastlane/actions/testfairy.rb in fastlane-2.81.0.beta.20180212010003

- old
+ new

@@ -74,12 +74,10 @@ [key, value] when :testers_groups [key, value.join(',')] when :metrics [key, metrics_to_client.call(value).join(',')] - when :icon_watermark - ['icon-watermark', value] when :comment [key, value] when :auto_update ['auto-update', value] when :notify @@ -170,23 +168,18 @@ default_value: []), # max-duration # video # video-quality # video-rate - FastlaneCore::ConfigItem.new(key: :icon_watermark, - optional: true, - env_name: "FL_TESTFAIRY_ICON_WATERMARK", - description: "Add a small watermark to app icon", - default_value: 'off'), FastlaneCore::ConfigItem.new(key: :comment, optional: true, env_name: "FL_TESTFAIRY_COMMENT", description: "Additional release notes for this upload. This text will be added to email notifications", default_value: 'No comment provided'), # the default value if the user didn't provide one FastlaneCore::ConfigItem.new(key: :auto_update, optional: true, env_name: "FL_TESTFAIRY_AUTO_UPDATE", - description: "Allows easy upgrade of all users to current version", + description: "Allows an easy upgrade of all users to the current version. The default is 'off', to enable set as 'on'", default_value: 'off'), # not well documented FastlaneCore::ConfigItem.new(key: :notify, optional: true, env_name: "FL_TESTFAIRY_NOTIFY",