chore(changelog): ignore alpha tags (#440)

This commit is contained in:
Orhun Parmaksız 2023-08-27 11:01:17 +02:00 committed by GitHub
parent 8b36683571
commit 6009844e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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