From 4403f4bc3d96f261d66caf6fa84d39b24bd5ddf9 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 10 Jan 2025 09:48:32 +0700 Subject: [PATCH] misc(cliff): added `tag_pattern` param --- cliff.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cliff.toml b/cliff.toml index 3b0f27667..52513e83b 100644 --- a/cliff.toml +++ b/cliff.toml @@ -119,6 +119,8 @@ commit_parsers = [ 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].*" # sort the tags topologically topo_order = false # sort the commits inside sections by oldest/newest order