Update cliff.toml

This commit is contained in:
Roman Kelesidis 2025-01-09 22:28:32 +07:00
commit b94f7fb77e

View file

@ -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