From b6342ded2196dfdb5435ee3fadb5bb0cfd25655e Mon Sep 17 00:00:00 2001 From: angel Date: Sun, 25 Jan 2026 03:18:45 +0000 Subject: [PATCH] fix: update tag pattern in cliff.toml to match date format --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 5495b09..3ec97e5 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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"