chore(CI): add @semantic-release/changelog plugin

working on #100
This commit is contained in:
harttle
2019-01-28 20:21:16 +08:00
parent 4dffb27e95
commit bad72005fe
+8 -1
View File
@@ -76,7 +76,14 @@
"supertest": "^3.4.2"
},
"release": {
"branch": "master"
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"nyc": {
"require": [