Skip to content

Commit b95e520

Browse files
Tom KirkpatrickTom Kirkpatrick
Tom Kirkpatrick
authored and
Tom Kirkpatrick
committed
ci: ensure all changes trigger a semantic release
1 parent 509ec60 commit b95e520

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed

package-lock.json

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"lodash": "4.17.4"
2929
},
3030
"devDependencies": {
31+
"@bubltechnology/customizable-commit-analyzer": "1.0.2-0",
3132
"bluebird": "3.5.0",
3233
"chai": "4.0.2",
34+
"condition-circle": "1.5.0",
3335
"conventional-commit-types": "2.1.0",
3436
"coveralls": "2.13.1",
3537
"dirty-chai": "2.0.0",
@@ -48,8 +50,25 @@
4850
"validate-commit-msg": "2.12.2"
4951
},
5052
"config": {
53+
"commitTypeMap": {
54+
"feat": "minor",
55+
"fix": "patch",
56+
"docs": "patch",
57+
"style": "patch",
58+
"refactor": "patch",
59+
"perf": "patch",
60+
"test": "patch",
61+
"build": "patch",
62+
"ci": "patch",
63+
"chore": "patch",
64+
"revert": "patch"
65+
},
5166
"validate-commit-msg": {
5267
"types": "conventional-commit-types"
5368
}
69+
},
70+
"release": {
71+
"verifyConditions": "condition-circle",
72+
"analyzeCommits": "@bubltechnology/customizable-commit-analyzer"
5473
}
5574
}

0 commit comments

Comments
 (0)