mirror of
https://github.com/dessalines/thumb-key.git
synced 2025-01-06 05:13:48 +03:00
Update the tag pattern for changelog generation (#781)
This commit is contained in:
parent
1779857dcf
commit
c38c84f239
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user