Skip to content

Commit bb906db

Browse files
authored
Update git-conventional-commits.default.yaml
1 parent deadb12 commit bb906db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-conventional-commits.default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
convention:
3+
# commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
34
commitTypes:
45
- feat # Commits, that add or remove a new feature to the API or UI
56
- fix # Commits, that fix a API or UI bug of a preceded feat commit
@@ -15,7 +16,6 @@ convention:
1516
- revert
1617
commitScopes: []
1718
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
18-
# commitMessageRegexPattern: ^(?<type>\w+)(?:\((?<scope>[^()]+)\))?(?<breaking>!)?:\s*(?<description>.+)
1919
changelog:
2020
commitTypes:
2121
- feat

0 commit comments

Comments
 (0)