add changelog label data [skip ci]

This commit is contained in:
Henry Zhu 2017-05-22 17:01:48 -04:00
parent 1a92c1f34c
commit 0f66dbd4b6

View File

@ -76,5 +76,16 @@
"src/**/*.js",
"bin/**/*.js"
]
},
"changelog": {
"repo": "babel/babylon",
"labels": {
"Tag: Breaking Change": ":boom: Breaking Change",
"Tag: Bug Fix": ":bug: Bug Fix",
"Tag: Docs": ":memo: Documentation",
"Tag: Internal": ":house: Internal",
"Tag: New Feature": ":rocket: New Feature",
"Tag: Polish": ":nail_care: Polish"
}
}
}