meta: fix tag_pattern for git-cliff

This commit is contained in:
Kat Marchán 2021-09-13 18:35:37 -07:00
parent 673b435892
commit 588f7f3148
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ commit_parsers = [
# filter out the commits that are not matched by commit parsers
filter_commits = false
# glob pattern for matching git tags
tag_pattern = "[0-9]*"
tag_pattern = "v\\d+\\.\\d+\\.\\d+"
# regex for skipping tags
# skip_tags = "v0.1.0-beta.1"