babel/lerna.json
2017-02-13 18:18:45 -08:00

24 lines
580 B
JSON

{
"lerna": "2.0.0-beta.37",
"version": "independent",
"changelog": {
"repo": "babel/babel",
"labels": {
"tag: spec compliancy": ":eyeglasses: Spec Compliancy",
"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": ":memo: Documentation",
"tag: internal": ":house: Internal"
}
},
"cacheDir": ".changelog",
"publishConfig": {
"ignore": [
"*.md",
"test/**"
]
}
}