forked from patternfly/patternfly-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
30 lines (30 loc) · 905 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
{
"npmClient": "yarn",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"changelog": {
"repo": "patternfly/patternfly-react",
"cacheDir": ".changelog",
"nextVersion": "Change Log",
"labels": {
"breaking change :boom:": ":boom: Breaking Change",
"enhancement :rocket:": ":rocket: New Feature",
"bug :bug:": ":bug: Bug Fix",
"css :nail_care:": ":nail_care: CSS",
"documentation :memo:": ":memo: Documentation",
"chore :house:": ":house: Internal"
}
},
"command": {
"publish": {
"message": "chore(release): releasing packages [ci skip]",
"conventionalCommits": true
}
},
"version": "independent",
"allowBranch": ["main", "v4", "5.0.x"],
"packages": ["packages/*", "packages/react-integration/demo-app-ts"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}