-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlerna.json
More file actions
18 lines (18 loc) · 585 Bytes
/
lerna.json
File metadata and controls
18 lines (18 loc) · 585 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"version": "0.1.0",
"npmClient": "pnpm",
"useWorkspace": false,
"changelog": {
"repo": "WasiqB/ultra-reporter-app",
"labels": {
":boom: pr: breaking change": ":boom: Breaking Change",
":rocket: pr: new feature": ":rocket: New Feature",
":bug: pr: bug fix": ":bug: Bug Fix",
":nail_care: pr: polish": ":nail_care: Polish",
":memo: pr: documentation": ":memo: Documentation",
":house: pr: internal": ":house: Internal",
":running_woman: pr: performance": ":running_woman: Performance"
},
"cacheDir": ".changelog"
}
}