aboutsummaryrefslogtreecommitdiffstats
path: root/cliff.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cliff.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliff.toml b/cliff.toml
index 76ed41b6..eff32702 100644
--- a/cliff.toml
+++ b/cliff.toml
@@ -91,7 +91,7 @@ tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags
-ignore_tags = ".*prerelease.*"
+ignore_tags = "prerelease|beta|alpha"
# sort the tags topologically
topo_order = false
# sort the commits inside sections by oldest/newest order