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 c1152e2 commit 03eb63bCopy full SHA for 03eb63b
cliff.toml
@@ -60,6 +60,7 @@ commit_parsers = [
60
{ message = '^test', group = '<!-- 6 -->🧪 Testing' },
61
{ message = '^release', skip = true },
62
{ message = '^chore', group = '<!-- 7 -->⚙️ Miscellaneous Tasks' },
63
+ { message = ".*", group = "Other Changes", default_scope = "other changes"},
64
]
65
66
# filter out the commits that are not matched by commit parsers
@@ -75,3 +76,6 @@ sort_commits = "newest"
75
76
77
# glob pattern for matching git tags
78
tag_pattern = "^[0-9]+.[0-9]+.[0-9]+$"
79
+
80
+# allow commits that don't follow the conventional commits standard
81
+filter_unconventional = false
0 commit comments