forked from bastidest/vue-step-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git-conventional-commits.json
46 lines (44 loc) · 1.03 KB
/
git-conventional-commits.json
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
42
43
44
45
46
{
"convention" : {
"commitTypes": [
"feat",
"fix",
"perf",
"refactor",
"style",
"test",
"build",
"ops",
"docs",
"doc",
"security",
"merge",
"revert"
],
"commitScopes": [],
"releaseTagGlobPattern": "v[0-9].*",
"issueRegexPattern": "(^|\\s)#\\d+(\\s|$)"
},
"changelog" : {
"commitTypes": [
"feat",
"fix",
"perf",
"merge",
"security"
],
"includeInvalidCommits": true,
"commitIgnoreRegexPattern": "^WIP ",
"headlines": {
"feat": "Features",
"fix": "Bug Fixes",
"perf": "Performance Improvements",
"merge": "Merged Branches",
"security": "Security",
"breakingChange": "BREAKING CHANGES"
},
"commitUrl": "https://github.com/bastidest/vue-step-progress/commit/%commit%",
"commitRangeUrl": "https://github.com/bastidest/vue-step-progress/compare/%from%...%to%?diff=split",
"issueUrl": "https://github.com/bastidest/vue-step-progress/issues/%issue%"
}
}