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",