Filter unconventional commits, they cluttered the changelog too much

This commit is contained in:
Hocuri
2023-05-06 19:19:52 +02:00
parent f637278cb1
commit 8d4af85cb1

View File

@@ -6,7 +6,7 @@
# 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
@@ -29,7 +29,7 @@ commit_parsers = [
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = true
# filter out the commits that are not matched by commit parsers
filter_commits = false
filter_commits = true
# glob pattern for matching git tags
tag_pattern = "v[0-9]*"
# regex for skipping tags