mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-12 18:44:16 +00:00
Add "patch pattern" support for bump each commit versioning
This commit is contained in:
parent
59b55a49a0
commit
cc7cc19f01
9 changed files with 165 additions and 11 deletions
|
|
@ -55,9 +55,13 @@ inputs:
|
|||
required: true
|
||||
default: "csv"
|
||||
enable_prerelease_mode:
|
||||
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
|
||||
default: "false"
|
||||
bump_each_commit_patch_pattern:
|
||||
description: "If bump_each_commit is also set to true, setting this value will cause the version to increment only if the pattern specified is matched."
|
||||
required: true
|
||||
default: ""
|
||||
outputs:
|
||||
major:
|
||||
description: "Current major number"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue