From 4a66e1e6693f03d4c0b92b631ceb1236d88d5b3b Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 12 Feb 2022 09:37:11 +0100 Subject: chore: fix git-cliff catgetory --- .github/workflows/cliff.toml | 2 +- CHANGELOG.md | 5 +---- 2 files changed, 2 insertions(+), 5 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 = " Miscellaneous Tasks", skip = true}, { message = "^build", group = " Packaging"}, { message = "(^feat|^Feat|^\\[Feat)", group = " Features"}, - { message = "(^bug|^Bug|^fix)", group = " Bugfix"}, + { message = "(^bug|^Bug|^fix|^\\[Bug)", group = " Bugfix"}, { message = "^refactor", group = " Refactor"}, { message = "^doc", group = " Documentation"}, { message = "^revert", group = " Revert"}, diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d2db89..355c3884 100644 --- a/CHANGELOG.md +++ b/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) ### 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] ### Features -- cgit v1.2.3