mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00
chore: ignore beta
and rc
tags in cliff.toml
(#2025)
This commit is contained in:
parent
5ae224b244
commit
0afb1a99af
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user