-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
39 lines (39 loc) · 1.02 KB
/
release-please-config.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"include-component-in-tag": false,
"extra-files": [
{
"type": "json",
"path": "packages/deck.gl-geotiff/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/deck.gl-raster/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/deck.gl-zarr/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/raster-reproject/package.json",
"jsonpath": "$.version"
}
]
},
"packages/affine": {},
"packages/geotiff": {},
"packages/morecantile": {}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}