mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
chore(changelog): ignore alpha tags (#440)
This commit is contained in:
parent
8b36683571
commit
6009844e25
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ tag_pattern = "v[0-9]*"
|
|||
# regex for skipping tags
|
||||
skip_tags = "v0.1.0-rc.1"
|
||||
# regex for ignoring tags
|
||||
ignore_tags = ""
|
||||
ignore_tags = "alpha"
|
||||
# sort the tags topologically
|
||||
topo_order = false
|
||||
# sort the commits inside sections by oldest/newest order
|
||||
|
|
Loading…
Reference in a new issue