|
@@ -51,6 +51,7 @@ conventional_commits = true
|
|
filter_unconventional = true
|
|
filter_unconventional = true
|
|
# regex for parsing and grouping commits
|
|
# regex for parsing and grouping commits
|
|
commit_parsers = [
|
|
commit_parsers = [
|
|
|
|
+ { message = "(.*bump|.*Bump)", group = "<!-- 7 --> Miscellaneous Tasks", skip = true},
|
|
{ message = "^build", group = "<!-- 0 --> Packaging"},
|
|
{ message = "^build", group = "<!-- 0 --> Packaging"},
|
|
{ message = "(^feat|^Feat|^\\[Feat)", group = "<!-- 1 --> Features"},
|
|
{ message = "(^feat|^Feat|^\\[Feat)", group = "<!-- 1 --> Features"},
|
|
{ message = "(^bug|^Bug|^fix)", group = "<!-- 2 --> Bugfix"},
|
|
{ message = "(^bug|^Bug|^fix)", group = "<!-- 2 --> Bugfix"},
|