diff options
author | kylo252 <[email protected]> | 2022-01-13 12:58:50 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-13 12:58:50 +0100 |
commit | 7125e2b2d83db53e441de406445639bf1a49252d (patch) | |
tree | e0eda244625bede8019ff1dced3f7b76482fbc42 | |
parent | ba6e1e5bc93bea2370778c17d32d6947a2e6ec78 (diff) |
chore: update changelog
-rw-r--r-- | .github/workflows/cliff.toml | 1 | ||||
-rw-r--r-- | CHANGELOG.md | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/cliff.toml b/.github/workflows/cliff.toml index 1496f752..88b77990 100644 --- a/.github/workflows/cliff.toml +++ b/.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"}, diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a1f603..78769e1d 100644 --- a/CHANGELOG.md +++ b/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 |