From dddaf19fa4b627a98c21e6744eafa898c89236c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi?= Date: Wed, 15 Jan 2020 11:54:20 +0100 Subject: [PATCH] docs: add support for PR labels (#404) --- lerna.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 2ba60d1bf9..99123ef4ec 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,18 @@ { + "version": "1.4.1", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.4.1" + "changelog": { + "repo": "cliqz-oss/adblocker", + "cacheDir": ".changelog", + "labels": { + "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", + "PR: Performance :running_woman:": ":running_woman: Performance" + } + } }