mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-15 03:24:45 +00:00
fix: remove anchor
This commit is contained in:
parent
36de0820fc
commit
e71c2c074d
5 changed files with 5 additions and 5 deletions
|
|
@ -85,7 +85,7 @@ it will be given the new version if the build were to be retriggered, for exampl
|
|||
# A string which indicates the flags used by the `major_pattern` regular expression. Supported flags: idgs
|
||||
major_regexp_flags: ""
|
||||
# Same as above except indicating a minor change, supports regular expressions wrapped with '/'
|
||||
minor_pattern: "/^feat(\\(.+\\))?:/"
|
||||
minor_pattern: "/feat(\\(.+\\))?:/"
|
||||
# A string which indicates the flags used by the `minor_pattern` regular expression. Supported flags: idgs
|
||||
minor_regexp_flags: ""
|
||||
# A string to determine the format of the version output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue