apollo-server/lerna.json
Martijn Walraven 92eea40203 v1.1.5
2017-10-09 20:34:10 +02:00

18 lines
445 B
JSON

{
"lerna": "2.0.0",
"version": "1.1.5",
"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"
}
},
"packages": [
"packages/*"
]
}