Skip to content
Snippets Groups Projects
Commit dcce1382 authored by Maaz Ahmed's avatar Maaz Ahmed
Browse files

chore: fix git cliff config for qol group

parent 1b03d384
No related branches found
No related tags found
1 merge request!19Release: gen changelog and release 0.6.0
......@@ -49,8 +49,8 @@ commit_preprocessors = [
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat\\(qol\\)|^qol", group = "QoL Enhancements"},
{ message = "^[f,F]eat", group = "Features" },
{ message = "^feat(qol)|qol", group = "QoL Enhancements"},
{ message = "^fix", group = "Bug Fixes" },
{ message = "^doc", group = "Documentation" },
{ message = "^perf", group = "Performance" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment