From b94f7fb77e8796d5c8c12102a593a4e43ff3d074 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 9 Jan 2025 22:28:32 +0700 Subject: [PATCH] Update cliff.toml --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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