Update the tag pattern for changelog generation (#781)

This commit is contained in:
Orhun Parmaksız 2024-03-02 16:13:09 +03:00 committed by GitHub
parent 1779857dcf
commit c38c84f239
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
filter_commits = false
# regex for matching git tags
tag_pattern = "v[0-9].*"
tag_pattern = "[0-9].*"
# regex for skipping tags
skip_tags = "beta|alpha"
# regex for ignoring tags