Skip to content

Commit fdc1758

Browse files
authored
chore: fix commit-convention.md RegEx (#1569) [skip ci]
1 parent be437cf commit fdc1758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/commit-convention.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Messages must be matched by the following regex:
88

99
``` js
10-
/^(revert: )?(feat|fix|docs|style|refactor|perf|test|workflow|build|ci|chore|types|wip): .{1,50}/
10+
/^(revert: )?(feat|fix|docs|dx|refactor|perf|test|workflow|build|ci|chore|types|wip|release|deps)(\(.+\))?: .{1,50}/
1111
```
1212

1313
#### Examples

0 commit comments

Comments
 (0)