We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63eec3b commit 6cb7a88Copy full SHA for 6cb7a88
cliff.toml
@@ -86,6 +86,7 @@ commit_preprocessors = [
86
# If the spelling is incorrect, it will be automatically fixed.
87
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
88
]
89
+ignore_tags = ".*beta.*"
90
# regex for parsing and grouping commits
91
commit_parsers = [
92
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
0 commit comments