-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
80 lines (80 loc) · 2.28 KB
/
release-please-config.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"separate-pull-requests": false,
"include-component-in-tag": true,
"packages": {
".": {
"component": "themeless-ui",
"bump-minor-pre-major": true
},
"apps/docs": {
"component": "@themeless-ui/docs",
"bump-minor-pre-major": true
},
"apps/nextjs-example": {
"component": "@themeless-ui/nextjs-example",
"bump-minor-pre-major": true
},
"apps/react-example": {
"component": "@themeless-ui/react-example",
"bump-minor-pre-major": true
},
"apps/web-components-example": {
"component": "@themeless-ui/web-components-example",
"bump-minor-pre-major": true
},
"packages/eslint-config": {
"component": "@themeless-ui/eslint-config",
"bump-minor-pre-major": true
},
"packages/react": {
"component": "@themeless-ui/react",
"bump-minor-pre-major": true
},
"packages/style": {
"component": "@themeless-ui/style",
"bump-minor-pre-major": true
},
"packages/stylelint-config": {
"component": "@themeless-ui/stylelint-config",
"bump-minor-pre-major": true
},
"packages/theme-default": {
"component": "@themeless-ui/theme-default",
"bump-minor-pre-major": true
},
"packages/typescript-config": {
"component": "@themeless-ui/typescript-config",
"bump-minor-pre-major": true
},
"packages/utils": {
"component": "@themeless-ui/utils",
"bump-minor-pre-major": true
},
"packages/web-components": {
"component": "@themeless-ui/web-components",
"bump-minor-pre-major": true
}
},
"plugins": [
{
"type": "linked-versions",
"groupName": "@themeless-ui",
"components": [
"themeless-ui",
"@themeless-ui/docs",
"@themeless-ui/nextjs-example",
"@themeless-ui/react-example",
"@themeless-ui/web-components-example",
"@themeless-ui/eslint-config",
"@themeless-ui/react",
"@themeless-ui/style",
"@themeless-ui/stylelint-config",
"@themeless-ui/theme-default",
"@themeless-ui/typescript-config",
"@themeless-ui/utils",
"@themeless-ui/web-components"
]
}
]
}