mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
fix: action.yml
This commit is contained in:
parent
3d1de0dccd
commit
ad90df1fce
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue