Add emoji to changelog label/headings [skip ci]

This commit is contained in:
Henry Zhu 2016-10-01 14:24:41 -04:00
parent 5a8070a397
commit 6afbacbdf7

View File

@ -4,13 +4,13 @@
"changelog": {
"repo": "babel/babel",
"labels": {
"tag: bug fix": "Bug Fix",
"tag: breaking change": "Breaking Change",
"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": "Documentation",
"tag: internal": "Internal",
"tag: new feature": "New Feature",
"tag: polish": "Polish",
"tag: spec compliancy": "Spec Compliancy"
"tag: internal": ":house: Internal"
}
},
"bootstrapConfig": {