From 70627ac92c0943512555a67fc98667a3ebb5ef16 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 22 Feb 2018 22:01:02 -0500 Subject: [PATCH] =?UTF-8?q?we=20can=20use=20emojis=20=F0=9F=98=8A[skip=20c?= =?UTF-8?q?i]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index 1a00052247..ebd0f70d3c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,13 +4,13 @@ "changelog": { "repo": "babel/babel", "labels": { - "PR: Spec Compliancy": ":eyeglasses: Spec Compliancy", - "PR: Breaking Change": ":boom: Breaking Change", - "PR: New Feature": ":rocket: New Feature", - "PR: Bug Fix": ":bug: Bug Fix", - "PR: Polish": ":nail_care: Polish", - "PR: Docs": ":memo: Documentation", - "PR: Internal": ":house: Internal" + "PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy", + "PR: Breaking Change :boom:": ":boom: Breaking Change", + "PR: New Feature :rocket:": ":rocket: New Feature", + "PR: Bug Fix :bug:": ":bug: Bug Fix", + "PR: Polish :nail_care:": ":nail_care: Polish", + "PR: Docs :memo:": ":memo: Documentation", + "PR: Internal :house:": ":house: Internal" } }, "cacheDir": ".changelog",