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 deadb12 commit bb906dbCopy full SHA for bb906db
git-conventional-commits.default.yaml
@@ -1,5 +1,6 @@
1
---
2
convention:
3
+ # commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
4
commitTypes:
5
- feat # Commits, that add or remove a new feature to the API or UI
6
- fix # Commits, that fix a API or UI bug of a preceded feat commit
@@ -15,7 +16,6 @@ convention:
15
16
- revert
17
commitScopes: []
18
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
- # commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
19
changelog:
20
21
- feat
0 commit comments