Skip to content

Commit

Permalink
docs: set propper highlighting for commit convention regex (vuejs#10949
Browse files Browse the repository at this point in the history
…) [skip ci]
  • Loading branch information
OrbisK authored and lynxlangya committed May 30, 2024
1 parent bd7e057 commit 748b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/commit-convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}/
```

Expand Down

0 comments on commit 748b6dc

Please sign in to comment.