mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
build(git-cliff): add unconventional commits to "Other" section
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 = true
|
filter_unconventional = false
|
||||||
# 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
|
||||||
@@ -25,6 +25,7 @@ commit_parsers = [
|
|||||||
{ message = "^chore\\(release\\): prepare for", skip = true},
|
{ message = "^chore\\(release\\): prepare for", skip = true},
|
||||||
{ message = "^chore", group = "Miscellaneous Tasks"},
|
{ message = "^chore", group = "Miscellaneous Tasks"},
|
||||||
{ message = "^build", group = "Build system"},
|
{ message = "^build", group = "Build system"},
|
||||||
|
{ message = ".*", group = "Other"},
|
||||||
# { body = ".*security", group = "Security"},
|
# { body = ".*security", group = "Security"},
|
||||||
]
|
]
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user