forked from SAP/ui5-webcomponents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlerna.json
35 lines (35 loc) · 766 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
31
32
33
34
35
{
"packages": [
"packages/ai",
"packages/theming",
"packages/base",
"packages/localization",
"packages/main",
"packages/fiori",
"packages/icons",
"packages/icons-business-suite",
"packages/icons-tnt",
"packages/tools",
"packages/website",
"packages/create-package",
"packages/compat"
],
"version": "2.1.0-rc.0",
"command": {
"publish": {
"allowBranch": "*",
"conventionalCommits": true,
"verifyAccess": false,
"preid": "rc",
"preDistTag": "next"
},
"version": {
"allowBranch": "*",
"message": "chore(release): publish %s [ci skip]",
"conventionalCommits": true,
"verifyAccess": false,
"preid": "rc"
}
},
"npmClient": "yarn"
}