mirror of https://github.com/zkat/miette.git
meta: fix tag_pattern for git-cliff
This commit is contained in:
parent
673b435892
commit
588f7f3148
|
|
@ -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 = false
|
filter_commits = false
|
||||||
# glob pattern for matching git tags
|
# glob pattern for matching git tags
|
||||||
tag_pattern = "[0-9]*"
|
tag_pattern = "v\\d+\\.\\d+\\.\\d+"
|
||||||
# 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