From 18fd2d02ec697042d3860215bf4f75a76c4b6f15 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 21 Jun 2024 09:09:48 -0400 Subject: [PATCH] Formatting. --- cliff.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cliff.toml b/cliff.toml index 073962d25..b5b8c3f16 100644 --- a/cliff.toml +++ b/cliff.toml @@ -72,9 +72,7 @@ commit_preprocessors = [ # remove issue numbers from commits { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "" }, ] -commit_parsers = [ - { field = "author.name", pattern = "renovate", skip = true }, -] +commit_parsers = [{ field = "author.name", pattern = "renovate", skip = true }] # protect breaking changes from being skipped due to matching a skipping commit_parser protect_breaking_commits = false # filter out the commits that are not matched by commit parsers