Skip to content

Commit 84302cd

Browse files
committed
docs: update commit convention regex
1 parent d68eaae commit 84302cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/commit-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Messages must be matched by the following regex:
88

99
<!-- prettier-ignore -->
1010
```js
11-
/^(revert: )?(feat|fix|docs|dx|refactor|perf|test|workflow|build|ci|chore|types|wip|release|deps)(\(.+\))?: .{1,50}/
11+
/^(?:revert: )?(?:feat|fix|docs|dx|style|refactor|perf|test|workflow|build|ci|chore|types|wip|release)(?:\(.+\))?: .{1,50}/
1212
```
1313

1414
#### Examples

0 commit comments

Comments
 (0)