fix: action.yml

This commit is contained in:
marcin 2023-03-28 17:12:50 +01:00
parent 3d1de0dccd
commit ad90df1fce
No known key found for this signature in database
GPG key ID: 524860A885021BCB

View file

@ -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"