mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-15 19:39:53 +00:00
feat: add ignore_commits_pattern and allow disabling major/minor patterns
This commit is contained in:
parent
c54fa1275a
commit
cd97954ab7
7 changed files with 172 additions and 3 deletions
|
|
@ -36,6 +36,10 @@ inputs:
|
|||
description: "A string which indicates the flags used by the `minor_pattern` regular expression. Supported flags: idgs"
|
||||
required: false
|
||||
default: ""
|
||||
ignore_commits_pattern:
|
||||
description: "A pattern to match commits that should be ignored when calculating the version. Commits matching this pattern will not trigger any version bump. Wrap with '/' to use a regular expression."
|
||||
required: false
|
||||
default: ""
|
||||
version_format:
|
||||
description: "Pattern to use when formatting output version"
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue