chore: update cliff.toml formatting

This commit is contained in:
2022-01-08 04:57:33 +00:00
parent dbf15e6dee
commit f3e7555a2b

View File

@@ -48,7 +48,8 @@ commit_parsers = [
{ message = "^build", group = "🧱 Build"},
{ body = ".*security", group = "🔐 Security"},
{ message = "^chore\\(release\\): prepare for", skip = true},
{ message = "^chore", group = "🥱 Miscellaneous Tasks", skip = true},]
{ message = "^chore", group = "🥱 Miscellaneous Tasks", skip = true},
]
# filter out the commits that are not matched by commit parsers
filter_commits = false
# glob pattern for matching git tags