We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452e222 commit deadb12Copy full SHA for deadb12
README.md
@@ -28,6 +28,7 @@ Example `git-conventional-commits.yaml`
28
```yaml
29
---
30
convention:
31
+ # commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
32
commitTypes:
33
- feat # Commits, that add or remove a new feature to the API or UI
34
- fix # Commits, that fix a API or UI bug of a preceded feat commit
@@ -43,7 +44,6 @@ convention:
43
44
- merge
45
commitScopes: []
46
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
- commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
47
changelog:
48
49
- feat
0 commit comments