Skip to content

Commit 0859769

Browse files
committed
chore: update git-cliff config
1 parent ab9a800 commit 0859769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ filter_commits = true
9696
tag_pattern = "v[0-9]+\\.[0-9]+\\.[0-9]+-*"
9797

9898
# regex for skipping tags
99-
skip_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.[0-9]+"
99+
skip_tags = ""
100100
# regex for ignoring tags
101-
ignore_tags = ""
101+
ignore_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.[0-9]+"
102102
# sort the tags topologically
103103
topo_order = true
104104
# sort the commits inside sections by oldest/newest order

0 commit comments

Comments
 (0)