mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-21 13:59:54 +00:00
Allow empty tag prefix
This commit is contained in:
parent
118c3fd956
commit
8af45c2a76
4 changed files with 17 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ inputs:
|
|||
default: "master"
|
||||
tag_prefix:
|
||||
description: "The prefix to use to identify tags"
|
||||
required: true
|
||||
required: false
|
||||
default: "v"
|
||||
major_pattern:
|
||||
description: "a string which, if present in a git commit, indicates that a change represents a major (breaking) change"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue