mirror of https://github.com/zkat/miette.git
meta: filter out misc commits
This commit is contained in:
parent
588f7f3148
commit
d945cd2524
|
|
@ -55,7 +55,7 @@ commit_parsers = [
|
||||||
{ body = ".*security", group = "Security"},
|
{ body = ".*security", group = "Security"},
|
||||||
]
|
]
|
||||||
# filter out the commits that are not matched by commit parsers
|
# filter out the commits that are not matched by commit parsers
|
||||||
filter_commits = false
|
filter_commits = true
|
||||||
# glob pattern for matching git tags
|
# glob pattern for matching git tags
|
||||||
tag_pattern = "v\\d+\\.\\d+\\.\\d+"
|
tag_pattern = "v\\d+\\.\\d+\\.\\d+"
|
||||||
# regex for skipping tags
|
# regex for skipping tags
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue