From 0051638a5d74fe34968eed061d7deb5f155df334 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 9 Jan 2025 22:33:56 +0700 Subject: [PATCH] Update changelog generator --- CHANGELOG.md => CHANGELOG_OLD.md | 0 cliff.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CHANGELOG.md => CHANGELOG_OLD.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG_OLD.md similarity index 100% rename from CHANGELOG.md rename to CHANGELOG_OLD.md diff --git a/cliff.toml b/cliff.toml index a4ebbd9d7..2938b74f1 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 = false +filter_unconventional = true # process each line of a commit as an individual commit split_commits = false # regex for preprocessing the commit messages