fix: update tag pattern in cliff.toml to match date format

This commit is contained in:
2026-01-25 03:18:45 +00:00
committed by GitHub
parent 09de406890
commit b6342ded21

View File

@@ -41,6 +41,6 @@ commit_parsers = [
]
protect_breaking_commits = false
filter_commits = false
tag_pattern = "v[0-9].*"
tag_pattern = "[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]"
topo_order = false
sort_commits = "oldest"