diff --git a/cliff.toml b/cliff.toml index 624da85e5..7136fa3d4 100644 --- a/cliff.toml +++ b/cliff.toml @@ -20,6 +20,9 @@ trim = true conventional_commits = true filter_unconventional = true split_commits = false +commit_preprocessors = [ + { pattern = "^ *", replace = ""} +] commit_parsers = [ { message = "^[fF]eat", group = "feat"}, { message = "^[fF]ix", group = "fix"},