From 2e59e5c42c409745ef11476aa90d6c6cae69adf8 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 26 Dec 2021 19:48:47 +0000 Subject: [PATCH] chore: update cliff.toml to remove chores from changelog --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index c956128..dffa757 100644 --- a/cliff.toml +++ b/cliff.toml @@ -46,7 +46,7 @@ commit_parsers = [ { message = "^style", group = "Styling"}, { message = "^test", group = "Testing"}, { message = "^chore\\(release\\): prepare for", skip = true}, - { message = "^chore", group = "Miscellaneous Tasks", skip = false}, + { message = "^chore", group = "Miscellaneous Tasks", skip = true}, { body = ".*security", group = "Security"}, ] # filter out the commits that are not matched by commit parsers