diff --git a/cliff.toml b/cliff.toml index 2938b74f1..a4ebbd9d7 100644 --- a/cliff.toml +++ b/cliff.toml @@ -83,7 +83,7 @@ postprocessors = [ # parse the commits based on https://www.conventionalcommits.org conventional_commits = true # filter out the commits that are not conventional -filter_unconventional = true +filter_unconventional = false # process each line of a commit as an individual commit split_commits = false # regex for preprocessing the commit messages