diff options
| author | Fauzan <[email protected]> | 2022-01-20 22:26:24 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-20 10:26:24 -0500 |
| commit | 89dd1be543b0d8ec915311458c8228a2251a323c (patch) | |
| tree | d488282fb89ee40aeeb25617626b72d94cdc188d /.github/commit-convention.md | |
| parent | fa2984b0bd7d70465e66533013bcf52e7e7010d0 (diff) | |
| download | faker-89dd1be543b0d8ec915311458c8228a2251a323c.tar.xz faker-89dd1be543b0d8ec915311458c8228a2251a323c.zip | |
docs: shorten commit convention to a permalink instead (#231)
Diffstat (limited to '.github/commit-convention.md')
| -rw-r--r-- | .github/commit-convention.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/commit-convention.md b/.github/commit-convention.md index baa44747..4ca7c4f6 100644 --- a/.github/commit-convention.md +++ b/.github/commit-convention.md @@ -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 |
