summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-02-12 09:37:11 +0100
committerkylo252 <[email protected]>2022-02-12 09:37:11 +0100
commit4a66e1e6693f03d4c0b92b631ceb1236d88d5b3b (patch)
tree1b2af481de65376349cd8a762cad606a90273b49 /.github
parent2efbdc2013e33b8aa4e4f62716050710014f2353 (diff)
chore: fix git-cliff catgetory
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cliff.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cliff.toml b/.github/workflows/cliff.toml
index 88b77990..0d04a13f 100644
--- a/.github/workflows/cliff.toml
+++ b/.github/workflows/cliff.toml
@@ -54,7 +54,7 @@ commit_parsers = [
{ message = "(.*bump|.*Bump)", group = "<!-- 7 --> Miscellaneous Tasks", skip = true},
{ message = "^build", group = "<!-- 0 --> Packaging"},
{ message = "(^feat|^Feat|^\\[Feat)", group = "<!-- 1 --> Features"},
- { message = "(^bug|^Bug|^fix)", group = "<!-- 2 --> Bugfix"},
+ { message = "(^bug|^Bug|^fix|^\\[Bug)", group = "<!-- 2 --> Bugfix"},
{ message = "^refactor", group = "<!-- 3 --> Refactor"},
{ message = "^doc", group = "<!-- 4 --> Documentation"},
{ message = "^revert", group = "<!-- 5 --> Revert"},