fix: update tag pattern in cliff.toml to match date format
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user