File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 38
38
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
39
39
},
40
40
"devDependencies" : {
41
+ "@bubltechnology/customizable-commit-analyzer" : " 1.0.2-0" ,
41
42
"chai" : " 3.5.0" ,
42
43
"compression" : " 1.6.2" ,
43
44
"condition-circle" : " 1.5.0" ,
70
71
"fsm-as-promised" : " 0.14.4" ,
71
72
"lodash" : " 4.17.4"
72
73
},
74
+ "config" : {
75
+ "commitTypeMap" : {
76
+ "feat" : " minor" ,
77
+ "fix" : " patch" ,
78
+ "docs" : " patch" ,
79
+ "style" : " patch" ,
80
+ "refactor" : " patch" ,
81
+ "perf" : " patch" ,
82
+ "test" : " patch" ,
83
+ "build" : " patch" ,
84
+ "ci" : " patch" ,
85
+ "chore" : " patch" ,
86
+ "revert" : " patch"
87
+ }
88
+ },
73
89
"release" : {
74
- "verifyConditions" : " condition-circle"
90
+ "verifyConditions" : " condition-circle" ,
91
+ "analyzeCommits" : " @bubltechnology/customizable-commit-analyzer"
75
92
}
76
93
}
You can’t perform that action at this time.
0 commit comments