build(git-cliff): add "Build system" section

This commit is contained in:
link2xt
2023-05-15 12:33:49 +00:00
parent 4b7ff6f003
commit 3bd16ba045

View File

@@ -24,6 +24,7 @@ commit_parsers = [
{ message = "^style", group = "Styling"},
{ message = "^chore\\(release\\): prepare for", skip = true},
{ message = "^chore", group = "Miscellaneous Tasks"},
{ message = "^build", group = "Build system"},
# { body = ".*security", group = "Security"},
]
# protect breaking changes from being skipped due to matching a skipping commit_parser