mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
19 lines
467 B
JSON
19 lines
467 B
JSON
{
|
|
"lerna": "2.0.0",
|
|
"version": "2.0.0-rc.3",
|
|
"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/*"
|
|
]
|
|
}
|