babel/lerna.json
2017-07-11 22:53:09 -04:00

26 lines
606 B
JSON

{
"lerna": "2.0.0-rc.4",
"version": "7.0.0-alpha.14",
"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",
"commands": {
"publish": {
"ignore": [
"*.md",
"test/**"
]
}
}
}