From 6009844e256cf926039fa969b9ad8896e2289213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 27 Aug 2023 11:01:17 +0200 Subject: [PATCH] chore(changelog): ignore alpha tags (#440) --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index fab4e03c6..47536139d 100644 --- a/cliff.toml +++ b/cliff.toml @@ -98,7 +98,7 @@ tag_pattern = "v[0-9]*" # regex for skipping tags skip_tags = "v0.1.0-rc.1" # regex for ignoring tags -ignore_tags = "" +ignore_tags = "alpha" # sort the tags topologically topo_order = false # sort the commits inside sections by oldest/newest order