Skip to content

Commit

Permalink
chore: fix commit-convention.md RegEx (#1569) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timozander authored Jan 17, 2021
1 parent be437cf commit fdc1758
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 @@ -7,7 +7,7 @@
Messages must be matched by the following regex:

``` js
/^(revert: )?(feat|fix|docs|style|refactor|perf|test|workflow|build|ci|chore|types|wip): .{1,50}/
/^(revert: )?(feat|fix|docs|dx|refactor|perf|test|workflow|build|ci|chore|types|wip|release|deps)(\(.+\))?: .{1,50}/
```

#### Examples
Expand Down

0 comments on commit fdc1758

Please sign in to comment.