mirror of https://github.com/zkat/miette.git
meta: fixed cliff grabbing irrelevant commits
This commit is contained in:
parent
d945cd2524
commit
10ed13f336
|
|
@ -57,6 +57,6 @@ commit_parsers = [
|
||||||
# filter out the commits that are not matched by commit parsers
|
# filter out the commits that are not matched by commit parsers
|
||||||
filter_commits = true
|
filter_commits = true
|
||||||
# glob pattern for matching git tags
|
# glob pattern for matching git tags
|
||||||
tag_pattern = "v\\d+\\.\\d+\\.\\d+"
|
# tag_pattern = "v?[0-9]*"
|
||||||
# regex for skipping tags
|
# regex for skipping tags
|
||||||
# skip_tags = "v0.1.0-beta.1"
|
# skip_tags = "v0.1.0-beta.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue