From c38c84f239b58a3c84bd977a0878df1757d5d307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 2 Mar 2024 16:13:09 +0300 Subject: [PATCH] Update the tag pattern for changelog generation (#781) --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 88e934ae..a9ae3f74 100644 --- a/cliff.toml +++ b/cliff.toml @@ -77,7 +77,7 @@ protect_breaking_commits = false # filter out the commits that are not matched by commit parsers filter_commits = false # regex for matching git tags -tag_pattern = "v[0-9].*" +tag_pattern = "[0-9].*" # regex for skipping tags skip_tags = "beta|alpha" # regex for ignoring tags