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 ab9e000 commit 8dec693Copy full SHA for 8dec693
1 file changed
.github/cliff.toml
@@ -78,7 +78,7 @@ commit_parsers = [
78
{ message = "^refmanual", group = "<!-- 3 -->Documentation" },
79
{ message = "^perf", group = "<!-- 4 -->Performance" },
80
{ message = "^chore:\\s+new release\\s*$", skip = true },
81
- { message = ".*", group = "<!-- 5 -->Internal" },
+ { message = ".*", group = "<!-- 5 -->Under the hood" },
82
]
83
# Exclude commits that are not matched by any commit parser.
84
filter_commits = false
0 commit comments