From 3bd16ba04563a1b6c19a764387359c66a8a102cf Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 15 May 2023 12:33:49 +0000 Subject: [PATCH] build(git-cliff): add "Build system" section --- cliff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cliff.toml b/cliff.toml index 5c9183715..c4fd25e32 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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