apollo-server/lerna.json
2018-06-11 15:54:01 -07:00

19 lines
469 B
JSON

{
"lerna": "2.0.0",
"version": "2.0.0-beta.6",
"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/*"
]
}