Ver código fonte

chore: update changelog

kylo252 3 anos atrás
pai
commit
7125e2b2d8
2 arquivos alterados com 9 adições e 0 exclusões
  1. 1 0
      .github/workflows/cliff.toml
  2. 8 0
      CHANGELOG.md

+ 1 - 0
.github/workflows/cliff.toml

@@ -51,6 +51,7 @@ conventional_commits = true
 filter_unconventional = true
 # regex for parsing and grouping commits
 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"},

+ 8 - 0
CHANGELOG.md

@@ -2,6 +2,14 @@
 
 All notable changes to this project will be documented in this file.
 
+## [unreleased]
+
+### <!-- 2 --> Bugfix
+
+- _(installer)_ Usernames can contain @ symbol (#2167)
+- _(which-key)_ The PR has been merged to the original repo (#2172)
+- _(zsh)_ Don't set filetype to sh (#2035)
+
 ## [1.0.0]
 
 ### <!-- 1 --> Features