chore: update cliff.toml to remove chores from changelog

This commit is contained in:
2021-12-26 19:48:47 +00:00
parent f5cfa02015
commit 2e59e5c42c

View File

@@ -46,7 +46,7 @@ commit_parsers = [
{ message = "^style", group = "Styling"}, { message = "^style", group = "Styling"},
{ message = "^test", group = "Testing"}, { message = "^test", group = "Testing"},
{ message = "^chore\\(release\\): prepare for", skip = true}, { 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"}, { body = ".*security", group = "Security"},
] ]
# filter out the commits that are not matched by commit parsers # filter out the commits that are not matched by commit parsers