Skip to content

Commit deadb12

Browse files
authored
Update README.md
1 parent 452e222 commit deadb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Example `git-conventional-commits.yaml`
2828
```yaml
2929
---
3030
convention:
31+
# commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
3132
commitTypes:
3233
- feat # Commits, that add or remove a new feature to the API or UI
3334
- fix # Commits, that fix a API or UI bug of a preceded feat commit
@@ -43,7 +44,6 @@ convention:
4344
- merge
4445
commitScopes: []
4546
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
46-
commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
4747
changelog:
4848
commitTypes:
4949
- feat

0 commit comments

Comments
 (0)