From ad90df1fced67507195215af2b1027ab57dfd5a6 Mon Sep 17 00:00:00 2001 From: marcin <6998565+3h4x@users.noreply.github.com> Date: Tue, 28 Mar 2023 17:12:50 +0100 Subject: [PATCH] fix: action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index f51f7ed..fdf4702 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,10 @@ inputs: description: Prevents pre-v1.0.0 version from automatically incrementing the major version. If enabled, when the major version is 0, major releases will be treated as minor and minor as patch. Note that the version_type output is unchanged. required: true default: "false" + prerelease_name: + description: The name of the prerelease. This is only used to fetch previous tags that are prereleases. If not specified, the default is {major}.{minor}.{patch} + required: false + outputs: major: description: "Current major number"