From 6108bee4f9cc8cea1ff28ab332daf788007826e9 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 31 Aug 2017 15:59:05 -0400 Subject: [PATCH] update changelog labels [skip ci] --- lerna.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index fee2962512..a7f0bb5bff 100644 --- a/lerna.json +++ b/lerna.json @@ -4,13 +4,13 @@ "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" + "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: Docs": ":memo: Documentation", + "Tag: Internal": ":house: Internal" } }, "cacheDir": ".changelog",