-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
29 lines (29 loc) · 1.25 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
{
"bootstrap-sha": "bd113b0b69a3cb0256338f512e8a97c834481ee5",
"include-component-in-tag": true,
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
"packages/core": {"component": "core" },
"packages/countdown": {"component": "countdown" },
"packages/form-controls": {"component": "form-controls" },
"packages/gravatar": {"component": "gravatar" },
"packages/link": {"component": "link" },
"packages/list-controls": {"component": "list-controls" },
"packages/navigation": {"component": "navigation" },
"packages/pagination": {"component": "pagination" },
"packages/preset-bootstrap-v4": {"component": "preset-bootstrap-v4" },
"packages/preset-bootstrap-v5": {"component": "preset-bootstrap-v5" },
"packages/preset-font-awesome": {"component": "preset-font-awesome" },
"packages/timeago": {"component": "timeago" },
"examples/nuxt": {"component": "examples-nuxt"}
},
"plugins": [
{
"type": "node-workspace",
"updatePeerDependencies": true
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}