-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgit-conventional-commits.json
More file actions
41 lines (41 loc) · 1017 Bytes
/
git-conventional-commits.json
File metadata and controls
41 lines (41 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"convention": {
"commitTypes": [
"feat",
"fix",
"perf",
"refactor",
"style",
"test",
"build",
"ops",
"docs",
"merge"
],
"commitScopes": [],
"releaseTagGlobPattern": "v[0-9]*.[0-9]*.[0-9]*",
"issueRegexPattern": "(^|\\s)#\\d+(\\s|$)"
},
"changelog": {
"commitTypes": [
"feat",
"fix",
"perf",
"merge",
"?"
],
"commitScopes": [],
"commitIgnoreRegexPattern": "^(WIP|chore)",
"includeInvalidCommits": false,
"headlines": {
"feat": "Features",
"fix": "Bug Fixes",
"perf": "Performance Improvements",
"merge": "Merged Branches",
"breakingChange": "BREAKING CHANGES"
},
"commitUrl": "https://github.com/ClaveConsulting/Expressionify/commit/%commit%",
"commitRangeUrl": "https://github.com/ClaveConsulting/Expressionify/compare/%from%...%to%?diff=split",
"issueUrl": "https://github.com/ClaveConsulting/Expressionify/issues/%issue%"
}
}