mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
misc(cliff): added tag_pattern
param
This commit is contained in:
parent
f3e68d5b3f
commit
4403f4bc3d
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ commit_parsers = [
|
|||
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].*"
|
||||
# sort the tags topologically
|
||||
topo_order = false
|
||||
# sort the commits inside sections by oldest/newest order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue