Skip to content

Commit 6cb7a88

Browse files
committed
chore: exclude beta tags in changelog
1 parent 63eec3b commit 6cb7a88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ commit_preprocessors = [
8686
# If the spelling is incorrect, it will be automatically fixed.
8787
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
8888
]
89+
ignore_tags = ".*beta.*"
8990
# regex for parsing and grouping commits
9091
commit_parsers = [
9192
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },

0 commit comments

Comments
 (0)