-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathlerna.json
More file actions
37 lines (37 loc) · 797 Bytes
/
lerna.json
File metadata and controls
37 lines (37 loc) · 797 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
30
31
32
33
34
35
36
37
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"version": {
"preid": "next",
"ignoreChanges": [
"scripts/**",
",**/__fixtures__/**",
"**/__tests__/**",
"**/*.md",
"lerna.json"
],
"allowBranch": [
"next",
"release-*"
],
"conventionalCommits": true,
"createRelease": "github",
"commitHooks": false,
"message": "chore(release): New release :tada: :rocket:",
"excludeDependents": true
},
"publish": {
"conventionalCommits": true,
"message": "chore(release): New release :tada: :rocket:",
"contents": "dist"
}
},
"publish": {
"conventionalCommits": true
}
}