Files
vue-cli/lerna.json
T
Haoqun Jiang 2fa9f5bf6f workflow!: vue-cli-version-marker's version now only syncs with @vue/cli
This breaks @vue/cli 3.1.2 and 3.1.3 but it's a necessary change to
simplify the release workflow
2019-05-31 18:21:16 +08:00

23 lines
603 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": false,
"version": "4.0.0-alpha.1",
"packages": [
"packages/@vue/babel-preset-app",
"packages/@vue/cli*",
"packages/vue-cli-version-marker"
],
"changelog": {
"repo": "vuejs/vue-cli",
"labels": {
"PR: New Feature": ":rocket: New Features",
"PR: Breaking Change": ":boom: Breaking Changes",
"PR: Bug Fix": ":bug: Bug Fix",
"PR: Documentation": ":memo: Documentation",
"PR: Internal": ":house: Internal",
"PR: Underlying Tools": ":hammer: Underlying Tools"
},
"cacheDir": ".changelog"
}
}