docs: set propper highlighting for commit convention regex (#10949) [skip ci]

This commit is contained in:
OrbisK 2024-05-15 12:03:54 +02:00 committed by GitHub
parent 107e6143e7
commit 6a8d548506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
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}/
```