Browse Source

chore: fix git-cliff catgetory

kylo252 3 years ago
parent
commit
4a66e1e669
2 changed files with 2 additions and 5 deletions
  1. 1 1
      .github/workflows/cliff.toml
  2. 1 4
      CHANGELOG.md

+ 1 - 1
.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"},

+ 1 - 4
CHANGELOG.md

@@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file.
 - _(lualine)_ Use 1-char width symbol for changed (#2246)
 - _(which-key)_ The PR has been merged to the original repo (#2172)
 - _(zsh)_ Don't set filetype to sh (#2035)
+- Added -ScriptBlock to run commands ```install.ps1``` (#2188)
 
 ### <!-- 3 --> Refactor
 
@@ -37,10 +38,6 @@ All notable changes to this project will be documented in this file.
 
 - _(readme)_ Add powershell installer script for Windows (#2208)
 
-### [Bugfix]
-
-- Added -ScriptBlock to run commands ```install.ps1``` (#2188)
-
 ## [1.0.0]
 
 ### <!-- 1 --> Features