forked from commercetools/nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlerna.json
More file actions
26 lines (26 loc) · 710 Bytes
/
lerna.json
File metadata and controls
26 lines (26 loc) · 710 Bytes
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
{
"lerna": "3.16.4",
"version": "independent",
"useWorkspaces": true,
"npmclient": "yarn",
"changelog": {
"rootPath": ".",
"repo": "commercetools/nodejs",
"labels": {
"Type: New Feature": ":rocket: New Feature",
"Type: Breaking Change": ":boom: Breaking Change",
"Type: Bug": ":bug: Bug Fix",
"Type: Enhancement": ":nail_care: Enhancement",
"Type: Documentation": ":memo: Documentation",
"Type: Maintenance": ":house: Maintenance"
},
"cacheDir": ".changelog",
"ignoreCommitters": ["renovate", "renovate-bot"]
},
"command": {
"publish": {
"npmClient": "yarn",
"message": "chore(release): releasing component"
}
}
}