chore: ignore beta and rc tags in cliff.toml (#2025)

This commit is contained in:
Jagoda Estera Ślązak 2025-07-30 00:25:30 +02:00 committed by GitHub
parent 5ae224b244
commit 0afb1a99af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ tag_pattern = "v[0-9]*"
# regex for skipping tags # regex for skipping tags
skip_tags = "v0.1.0-rc.1" skip_tags = "v0.1.0-rc.1"
# regex for ignoring tags # regex for ignoring tags
ignore_tags = "alpha" ignore_tags = "alpha|beta|rc"
# sort the tags topologically # sort the tags topologically
topo_order = false topo_order = false
# sort the commits inside sections by oldest/newest order # sort the commits inside sections by oldest/newest order