mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-28 13:28:18 +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.
|
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
|
required: true
|
||||||
default: "false"
|
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:
|
outputs:
|
||||||
major:
|
major:
|
||||||
description: "Current major number"
|
description: "Current major number"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue