Skip to content

Commit e88f5c7

Browse files
committed
chore: Match both Improve and improve
1 parent c4f9dcb commit e88f5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/boil/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commit_parsers = [
2828
{ message = "^fix\\(.*boil.*\\)", group = "<!-- 1 --> Bug Fixes" },
2929
{ message = "^docs?\\(.*boil.*\\)", group = "<!-- 2 --> Documentation" },
3030
{ message = "^(perf|refactor|test)\\(.*boil.*\\)", group = "<!-- 3 --> Improvements" },
31-
{ message = "^chore\\(.*boil.*\\): Improve", group = "<!-- 3 --> Improvements" },
31+
{ message = "^chore\\(.*boil.*\\): [Ii]mprove", group = "<!-- 3 --> Improvements" },
3232
{ message = "^chore\\(.*boil.*\\)", group = "<!-- 4 --> Miscellaneous" },
3333
]
3434

0 commit comments

Comments
 (0)