chore: ignore beta and rc tags in cliff.toml (#2025)
This commit is contained in:
committed by
GitHub
parent
5ae224b244
commit
0afb1a99af
@@ -133,7 +133,7 @@ tag_pattern = "v[0-9]*"
|
||||
# regex for skipping tags
|
||||
skip_tags = "v0.1.0-rc.1"
|
||||
# regex for ignoring tags
|
||||
ignore_tags = "alpha"
|
||||
ignore_tags = "alpha|beta|rc"
|
||||
# sort the tags topologically
|
||||
topo_order = false
|
||||
# sort the commits inside sections by oldest/newest order
|
||||
|
||||
Reference in New Issue
Block a user