Skip to content

Commit

Permalink
style: fix formatting of SEMANTIC_COMMITS content
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Nov 4, 2024
1 parent fc155bd commit 33a44eb
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 match the following regex:

```js
;/^(revert: )?(feat|fix|docs|style|refactor|test|ci|chore)(\(.+\))?: .{1,120}/
/^(revert: )?(feat|fix|docs|style|refactor|test|ci|chore)(\(.+\))?: .{1,120}/;
```

#### Types
Expand Down

0 comments on commit 33a44eb

Please sign in to comment.