From 8ff281e46de48f4d9dbcfe58037be49fc018207a Mon Sep 17 00:00:00 2001 From: Clark Du Date: Wed, 31 Oct 2018 16:33:22 +0000 Subject: [PATCH] chore: add lerna changelog config (#4238) --- lerna.json | 9 +++++++++ package.json | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/lerna.json b/lerna.json index 4aff17bfab..05cd08fc9f 100644 --- a/lerna.json +++ b/lerna.json @@ -14,5 +14,14 @@ "publish": { "npmClient": "npm" } + }, + "changelog": { + "labels": { + "feat": "New Feature", + "fix": "Bug Fix", + "docs": "Documentation", + "perf": "Performance", + "refactor": "Code Refactoring" + } } } diff --git a/package.json b/package.json index 6b8bac1477..d61d8f7cbb 100644 --- a/package.json +++ b/package.json @@ -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" } }