@@ -23,7 +23,8 @@ body = """
2323trim = true
2424footer = """
2525"""
26- postprocessors = [ ]
26+ postprocessors = []
27+
2728[git ]
2829# parse the commits based on https://www.conventionalcommits.org
2930conventional_commits = true
@@ -35,10 +36,10 @@ split_commits = false
3536commit_preprocessors = []
3637# regex for parsing and grouping commits
3738commit_parsers = [
38- { message = " ^build\\ (deps\\ )" , skip = true },
39- { message = " ^build\\ (deps-dev\\ )" , skip = true },
40- { message = " ^ci" , skip = true },
41- { body = " .*" , group = " Changes" },
39+ { message = " ^build\\ (deps\\ )" , skip = true },
40+ { message = " ^build\\ (deps-dev\\ )" , skip = true },
41+ { message = " ^ci" , skip = true },
42+ { body = " .*" , group = " Changes" },
4243]
4344# protect breaking changes from being skipped due to matching a skipping commit_parser
4445protect_breaking_commits = false
@@ -55,4 +56,4 @@ topo_order = false
5556# sort the commits inside sections by oldest/newest order
5657sort_commits = " newest"
5758# limit the number of commits included in the changelog.
58- # limit_commits = 42
59+ # limit_commits = 42
0 commit comments