diff --git a/bindings/matrix-sdk-crypto-nodejs/cliff.toml b/bindings/matrix-sdk-crypto-nodejs/cliff.toml index e9fb2cf3b..23554c742 100644 --- a/bindings/matrix-sdk-crypto-nodejs/cliff.toml +++ b/bindings/matrix-sdk-crypto-nodejs/cliff.toml @@ -40,9 +40,11 @@ commit_preprocessors = [ commit_parsers = [ { message = "^feat", group = "Features"}, { message = "^fix", group = "Bug Fixes"}, - { message = "^doc", group = "Documentation"}, - { message = "^perf", group = "Performance"}, { message = "^test", group = "Testing"}, + { message = "^doc", group = "Documentation"}, + { message = "^refactor", group = "Refactoring"}, + { message = "^ci", group = "Continous Integration"}, + { message = "^chore", group = "Miscellaneous Tasks"}, { body = ".*security", group = "Security"}, ] # filter out the commits that are not matched by commit parsers