Skip to content

Commit 5e37f8d

Browse files
author
Tom Kirkpatrick
committed
build: ensure that all commit types trigger a semantic release
1 parent b80e699 commit 5e37f8d

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"rabbot": "1.1.0"
3737
},
3838
"devDependencies": {
39+
"@bubltechnology/customizable-commit-analyzer": "1.0.2-0",
3940
"chai": "4.0.2",
4041
"compression": "1.6.2",
4142
"condition-circle": "1.5.0",
@@ -63,7 +64,23 @@
6364
"type": "git",
6465
"url": "https://github.com/fullcube/loopback-component-mq.git"
6566
},
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+
},
6682
"release": {
67-
"verifyConditions": "condition-circle"
83+
"verifyConditions": "condition-circle",
84+
"analyzeCommits": "@bubltechnology/customizable-commit-analyzer"
6885
}
6986
}

0 commit comments

Comments
 (0)