Update changelog generator

This commit is contained in:
Roman Kelesidis 2025-01-09 22:33:56 +07:00
commit 0051638a5d
2 changed files with 1 additions and 1 deletions

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 = false
filter_unconventional = true
# process each line of a commit as an individual commit
split_commits = false
# regex for preprocessing the commit messages