Skip to content

Commit

Permalink
build: add missing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtongue5566 committed Dec 10, 2019
1 parent 3ebece7 commit 6d79a5c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
],
"branch": "master"
},
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
],
"branch": "master"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
Expand Down Expand Up @@ -76,6 +76,8 @@
},
"homepage": "https://github.com/bigtongue5566/twstockjs#readme",
"devDependencies": {
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/git": "^7.0.18",
"ava": "^2.4.0",
"commitizen": "^4.0.3",
"coveralls": "^3.0.9",
Expand Down

0 comments on commit 6d79a5c

Please sign in to comment.