Skip to content

Commit 8dec693

Browse files
committed
Tweak release notes section headings
1 parent ab9e000 commit 8dec693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ commit_parsers = [
7878
{ message = "^refmanual", group = "<!-- 3 -->Documentation" },
7979
{ message = "^perf", group = "<!-- 4 -->Performance" },
8080
{ message = "^chore:\\s+new release\\s*$", skip = true },
81-
{ message = ".*", group = "<!-- 5 -->Internal" },
81+
{ message = ".*", group = "<!-- 5 -->Under the hood" },
8282
]
8383
# Exclude commits that are not matched by any commit parser.
8484
filter_commits = false

0 commit comments

Comments
 (0)