We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80e699 commit 5e37f8dCopy full SHA for 5e37f8d
1 file changed
package.json
@@ -36,6 +36,7 @@
36
"rabbot": "1.1.0"
37
},
38
"devDependencies": {
39
+ "@bubltechnology/customizable-commit-analyzer": "1.0.2-0",
40
"chai": "4.0.2",
41
"compression": "1.6.2",
42
"condition-circle": "1.5.0",
@@ -63,7 +64,23 @@
63
64
"type": "git",
65
"url": "https://github.com/fullcube/loopback-component-mq.git"
66
67
+ "config": {
68
+ "commitTypeMap": {
69
+ "feat": "minor",
70
+ "fix": "patch",
71
+ "docs": "patch",
72
+ "style": "patch",
73
+ "refactor": "patch",
74
+ "perf": "patch",
75
+ "test": "patch",
76
+ "build": "patch",
77
+ "ci": "patch",
78
+ "chore": "patch",
79
+ "revert": "patch"
80
+ }
81
+ },
82
"release": {
- "verifyConditions": "condition-circle"
83
+ "verifyConditions": "condition-circle",
84
+ "analyzeCommits": "@bubltechnology/customizable-commit-analyzer"
85
}
86
0 commit comments