change(git-cliff): remove space in "bug fixes"

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-02-10 09:17:37 -08:00
parent e80891f2f2
commit 0c20e4056e
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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" },