fix: remove anchor

This commit is contained in:
Dom Light 2026-01-23 09:55:54 +00:00 committed by GitHub
parent 36de0820fc
commit e71c2c074d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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