From f3e7555a2bf5fba538000d8a201c2165210209c5 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 8 Jan 2022 04:57:33 +0000 Subject: [PATCH] chore: update cliff.toml formatting --- cliff.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 4c9090b..bc61efe 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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