Skip to content

Commit 6223d99

Browse files
committed
👷 misc(git-cliff): ignore pre-releases
1 parent 221c6a8 commit 6223d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ tag_pattern = "v[0-9].*"
139139
# regex for skipping tags
140140
skip_tags = "v0.1.0-beta.1"
141141
# regex for ignoring tags
142-
ignore_tags = ""
142+
ignore_tags = "beta|alpha|prerelease|pre-release|rc"
143143
# sort the tags topologically
144144
topo_order = false
145145
# sort the commits inside sections by oldest/newest order

0 commit comments

Comments
 (0)