forked from bitfinexcom/ufx-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
30 lines (30 loc) · 848 Bytes
/
lerna.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"packages": [
"packages/*"
],
"hoist": true,
"version": "0.15.2",
"changelog": {
"repo": "bitfinexcom/ufx-ui",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: Feature :rocket:": ":rocket: Feature",
"PR: Improvement :dizzy:": ":dizzy: Improvement",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Refactor :art:": ":art: Refactor",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :house:": ":house: Internal",
"PR: Performance :zap:": ":zap: Performance",
"PR: Revert :leftwards_arrow_with_hook:": ":leftwards_arrow_with_hook: Revert"
}
},
"command": {
"publish": {
"ignoreChanges": [
"*.md"
]
}
}
}