mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Clean up lerna.json
This commit is contained in:
parent
78f1754248
commit
6b5e6f0c69
1 changed files with 2 additions and 16 deletions
18
lerna.json
18
lerna.json
|
@ -1,18 +1,4 @@
|
||||||
{
|
{
|
||||||
"lerna": "2.0.0",
|
"packages": ["packages/*"],
|
||||||
"exact": true,
|
"version": "independent"
|
||||||
"version": "independent",
|
|
||||||
"changelog": {
|
|
||||||
"repo": "apollographql/apollo-server",
|
|
||||||
"labels": {
|
|
||||||
"tag: breaking change": ":boom: Breaking Change",
|
|
||||||
"tag: new feature": ":rocket: New Feature",
|
|
||||||
"tag: bug fix": ":bug: Bug Fix",
|
|
||||||
"tag: polish": ":nail_care: Polish",
|
|
||||||
"tag: documentation": "Documentation",
|
|
||||||
"tag: internal": ":house: Internal"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hoist": true,
|
|
||||||
"packages": ["packages/*"]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue