Skip to content

Commit

Permalink
docs: shorten commit convention to a permalink instead (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x authored Jan 20, 2022
1 parent fa2984b commit 89dd1be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/commit-convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
#### TL;DR:

Messages must be matched by the following regex:

<!-- prettier-ignore -->
```js
/^(revert: )?(feat|fix|docs|dx|refactor|perf|test|workflow|build|ci|chore|types|wip|release|deps)(\(.+\))?: .{1,50}/
```
Messages must be matched by the following [regex](https://github.com/faker-js/faker/blob/ec4efba989c0a997ab55152697cbefbad160f562/scripts/verifyCommit.ts#L12)

#### Examples

Expand Down

0 comments on commit 89dd1be

Please sign in to comment.