From 7fe3a7bcda0ad00adf8105757ec534f854643c70 Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Tue, 1 Jul 2025 04:02:36 +0900 Subject: [PATCH] fix: improve tag pattern Signed-off-by: Victor Adossi --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 6d2bbd18..e29b78b6 100644 --- a/cliff.toml +++ b/cliff.toml @@ -74,7 +74,7 @@ topo_order = false sort_commits = "newest" # glob pattern for matching git tags -tag_pattern = "[0-9]*" +tag_pattern = "^[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?" # regex for skipping tags #