diff options
author | kylo252 <[email protected]> | 2022-01-03 16:04:32 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-03 16:04:53 +0100 |
commit | 679cadf590466f36c08278aaab9db17c64442231 (patch) | |
tree | e4f25aebd1497c6ed950e8bef1e247b7f7268256 /.github | |
parent | e5aa8be8ce54097e4a34220cb2aad114e70f209b (diff) |
chore: update the changelog
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cliff.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cliff.toml b/.github/workflows/cliff.toml index 372ecf3f..1496f752 100644 --- a/.github/workflows/cliff.toml +++ b/.github/workflows/cliff.toml @@ -52,7 +52,7 @@ filter_unconventional = true # regex for parsing and grouping commits commit_parsers = [ { message = "^build", group = "<!-- 0 --> Packaging"}, - { message = "^feat", group = "<!-- 1 --> Features"}, + { message = "(^feat|^Feat|^\\[Feat)", group = "<!-- 1 --> Features"}, { message = "(^bug|^Bug|^fix)", group = "<!-- 2 --> Bugfix"}, { message = "^refactor", group = "<!-- 3 --> Refactor"}, { message = "^doc", group = "<!-- 4 --> Documentation"}, |