mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore: add lerna changelog config (#4238)
This commit is contained in:
parent
bed0714fad
commit
8ff281e46d
@ -14,5 +14,14 @@
|
||||
"publish": {
|
||||
"npmClient": "npm"
|
||||
}
|
||||
},
|
||||
"changelog": {
|
||||
"labels": {
|
||||
"feat": "New Feature",
|
||||
"fix": "Bug Fix",
|
||||
"docs": "Documentation",
|
||||
"perf": "Performance",
|
||||
"refactor": "Code Refactoring"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user