24 lines
580 B
JSON
24 lines
580 B
JSON
{
|
|
"lerna": "2.0.0-beta.23",
|
|
"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/**"
|
|
]
|
|
}
|
|
}
|