We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f9dcb commit e88f5c7Copy full SHA for e88f5c7
1 file changed
rust/boil/cliff.toml
@@ -28,7 +28,7 @@ commit_parsers = [
28
{ message = "^fix\\(.*boil.*\\)", group = "<!-- 1 --> Bug Fixes" },
29
{ message = "^docs?\\(.*boil.*\\)", group = "<!-- 2 --> Documentation" },
30
{ message = "^(perf|refactor|test)\\(.*boil.*\\)", group = "<!-- 3 --> Improvements" },
31
- { message = "^chore\\(.*boil.*\\): Improve", group = "<!-- 3 --> Improvements" },
+ { message = "^chore\\(.*boil.*\\): [Ii]mprove", group = "<!-- 3 --> Improvements" },
32
{ message = "^chore\\(.*boil.*\\)", group = "<!-- 4 --> Miscellaneous" },
33
]
34
0 commit comments