-
Notifications
You must be signed in to change notification settings - Fork 62
/
release-please-config.json
37 lines (37 loc) · 1.04 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"prerelease": true,
"packages": {
".": {},
"packages/api": {},
"packages/chart": {},
"packages/codemirror": {},
"packages/common": {},
"packages/comms": {},
"packages/composite": {},
"packages/dataflow": {},
"packages/dgrid": {},
"packages/dgrid-shim": {},
"packages/dgrid2": {},
"packages/eclwatch": {},
"packages/esbuild-plugins": {},
"packages/form": {},
"packages/graph": {},
"packages/html": {},
"packages/layout": {},
"packages/map": {},
"packages/map-deck": {},
"packages/markdown-it-plugins": {},
"packages/observablehq-compiler": {},
"packages/other": {},
"packages/phosphor": {},
"packages/react": {},
"packages/util": {}
},
"plugins": [
{
"type": "node-workspace"
}
]
}