mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
Filter unconventional commits, they cluttered the changelog too much
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# parse the commits based on https://www.conventionalcommits.org
|
# parse the commits based on https://www.conventionalcommits.org
|
||||||
conventional_commits = true
|
conventional_commits = true
|
||||||
# filter out the commits that are not conventional
|
# filter out the commits that are not conventional
|
||||||
filter_unconventional = false
|
filter_unconventional = true
|
||||||
# process each line of a commit as an individual commit
|
# process each line of a commit as an individual commit
|
||||||
split_commits = false
|
split_commits = false
|
||||||
# regex for preprocessing the commit messages
|
# 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 changes from being skipped due to matching a skipping commit_parser
|
||||||
protect_breaking_commits = true
|
protect_breaking_commits = true
|
||||||
# filter out the commits that are not matched by commit parsers
|
# filter out the commits that are not matched by commit parsers
|
||||||
filter_commits = false
|
filter_commits = true
|
||||||
# glob pattern for matching git tags
|
# glob pattern for matching git tags
|
||||||
tag_pattern = "v[0-9]*"
|
tag_pattern = "v[0-9]*"
|
||||||
# regex for skipping tags
|
# regex for skipping tags
|
||||||
|
|||||||
Reference in New Issue
Block a user