forked from zendeskgarden/react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
36 lines (36 loc) · 845 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
36
{
"version": "8.37.1",
"npmClient": "yarn",
"npmClientArgs": [
"--frozen-lockfile"
],
"changelog": {
"repo": "zendeskgarden/react-components",
"cacheDir": ".changelog",
"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"
}
},
"ignoreChanges": [
"*.md",
"*.spec.js",
"*.spec.ts",
"*.spec.tsx",
".size-snapshot.json",
"**/__snapshots__/**",
"styleguide.config.js"
],
"command": {
"publish": {
"registry": "https://registry.npmjs.org/"
},
"version": {
"allowBranch": "main",
"message": "chore(release): publish"
}
}
}