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 d331812dc..3f4d32eee 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', + 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', optional: true, default_value: :unchanged, type: Boolean),