From 87558259f73620db9641488767cc631ab8ec2106 Mon Sep 17 00:00:00 2001 From: Ian Guedes Maia Date: Mon, 2 Sep 2024 18:43:24 +0200 Subject: [PATCH] Update prerelease action parameter description Co-authored-by: Olivier Halligon --- .../actions/common/publish_github_release_action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/publish_github_release_action.rb b/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/publish_github_release_action.rb index 5a3d281be..8629012db 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/publish_github_release_action.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/publish_github_release_action.rb @@ -47,7 +47,7 @@ def self.available_options optional: false, type: String), FastlaneCore::ConfigItem.new(key: :prerelease, - description: 'True if this should be published as a pre-release. False if this should be published as final. Don\'t provide a value keep the same (non-)prerelease status as the one used in the Draft', + description: 'True to publish as a pre-release. False to published as final. Don\'t provide a value to keep the same (non-)prerelease status as the one used in the Draft', optional: true, default_value: :unchanged, type: Boolean),