forked from zendesk/zcli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlerna.json
More file actions
29 lines (29 loc) · 663 Bytes
/
Copy pathlerna.json
File metadata and controls
29 lines (29 loc) · 663 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
27
28
29
{
"changelog": {
"repo": "zendesk/zcli",
"labels": {
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :seedling:": ":seedling: Internal"
}
},
"packages": [
"packages/*"
],
"command": {
"publish": {
"registry": "https://registry.npmjs.org/"
},
"version": {
"message": "chore(release): publish"
}
},
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
],
"useWorkspaces": true,
"version": "1.0.0-beta.51"
}