chore: add lerna changelog config (#4238)

This commit is contained in:
Clark Du 2018-10-31 16:33:22 +00:00 committed by Pooya Parsa
parent bed0714fad
commit 8ff281e46d
2 changed files with 13 additions and 0 deletions

View File

@ -14,5 +14,14 @@
"publish": {
"npmClient": "npm"
}
},
"changelog": {
"labels": {
"feat": "New Feature",
"fix": "Bug Fix",
"docs": "Documentation",
"perf": "Performance",
"refactor": "Code Refactoring"
}
}
}

View File

@ -70,5 +70,9 @@
"rollup-plugin-replace": "^2.1.0",
"sort-package-json": "^1.16.0",
"vue-jest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
}
}