mirror of https://github.com/vuejs/core.git
docs: set propper highlighting for commit convention regex (#10949) [skip ci]
This commit is contained in:
parent
107e6143e7
commit
6a8d548506
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Messages must be matched by the following regex:
|
Messages must be matched by the following regex:
|
||||||
|
|
||||||
``` js
|
```regexp
|
||||||
/^(revert: )?(feat|fix|docs|dx|style|refactor|perf|test|workflow|build|ci|chore|types|wip)(\(.+\))?: .{1,50}/
|
/^(revert: )?(feat|fix|docs|dx|style|refactor|perf|test|workflow|build|ci|chore|types|wip)(\(.+\))?: .{1,50}/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue