mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
chore: skip alpha
and beta
tags in cliff.toml
(#2026)
https://github.com/ratatui/ratatui/pull/2025#issuecomment-3135177683
This commit is contained in:
parent
879e09787e
commit
719badb5b8
@ -143,9 +143,9 @@ filter_commits = false
|
|||||||
# glob pattern for matching git tags
|
# glob pattern for matching git tags
|
||||||
tag_pattern = "v[0-9]*"
|
tag_pattern = "v[0-9]*"
|
||||||
# regex for skipping tags
|
# regex for skipping tags
|
||||||
skip_tags = "v0.1.0-rc.1"
|
skip_tags = "beta|alpha|v0.1.0-rc.1"
|
||||||
# regex for ignoring tags
|
# regex for ignoring tags
|
||||||
ignore_tags = "alpha|beta|rc"
|
ignore_tags = "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