forked from linz/basemaps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
35 lines (35 loc) · 1.06 KB
/
release-please-config.json
File metadata and controls
35 lines (35 loc) · 1.06 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
{
"bootstrap-sha": "55cd25b9f2c402fde88fcef9c43cec3f8eca9e60",
"plugins": ["node-workspace"],
"packages": {
"packages/attribution": {},
"packages/bathymetry": {},
"packages/cli": {},
"packages/cli-config": {},
"packages/cli-raster": {},
"packages/cli-vector": {},
"packages/config": {},
"packages/config-loader": {},
"packages/geo": {},
"packages/_infra": {},
"packages/lambda-analytic-cloudfront": {},
"packages/lambda-analytics": {},
"packages/lambda-tiler": {},
"packages/landing": {},
"packages/linzjs-docker-command": {},
"packages/linzjs-geojson": {},
"packages/linzjs-metrics": {},
"packages/server": {},
"packages/shared": {},
"packages/smoke": {},
"packages/sprites": {},
"packages/__tests__": {},
"packages/tiler": {},
"packages/tiler-sharp": {},
".": {
"include-component-in-tag": false
}
},
"group-pull-request-title-pattern": "release: v${version}",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}