Skip to content

Commit

Permalink
docs: add support for PR labels (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Jan 15, 2020
1 parent 227036f commit dddaf19
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion 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"
}
}
}

0 comments on commit dddaf19

Please sign in to comment.