Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 3491c86

Browse files
committed
chore(package): uses semantic-release-conventional-commits
1 parent 868657a commit 3491c86

File tree

2 files changed

+350
-18
lines changed

2 files changed

+350
-18
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"sourceMap": false,
2828
"instrument": false
2929
},
30+
"release": {
31+
"analyzeCommits": "semantic-release-conventional-commits"
32+
},
3033
"repository": {
3134
"type": "git",
3235
"url": "https://github.com/Fitbit/webpack-config.git"
@@ -58,7 +61,8 @@
5861
"jasmine-spec-reporter": "^4.1.1",
5962
"jsdoc": "^3.5.3",
6063
"nyc": "^11.0.3",
61-
"semantic-release": "^7.0.1"
64+
"semantic-release": "^7.0.1",
65+
"semantic-release-conventional-commits": "^1.1.0"
6266
},
6367
"dependencies": {
6468
"babel-runtime": "^6.25.0",

0 commit comments

Comments
 (0)