From 6afbacbdf71cb254d31958cc5adaf9e29f9bd352 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sat, 1 Oct 2016 14:24:41 -0400 Subject: [PATCH] Add emoji to changelog label/headings [skip ci] --- lerna.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index ed0ccfb5a2..b40af01e80 100644 --- a/lerna.json +++ b/lerna.json @@ -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": {