mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(git-cliff): remove space in "bug fixes"
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e80891f2f2
commit
0c20e4056e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ conventional_commits = true
|
|||
# regex for parsing and grouping commits
|
||||
commit_parsers = [
|
||||
{ message = "^feat", group = "Features"},
|
||||
{ message = "^fix", group = "Bug Fixes"},
|
||||
{ message = "^fix", group = "Bugfixes"},
|
||||
{ message = "^doc", group = "Documentation"},
|
||||
{ message = "^perf", group = "Performance"},
|
||||
{ message = "^change", group = "Changes" },
|
||||
|
|
Loading…
Add table
Reference in a new issue