File tree Expand file tree Collapse file tree 2 files changed +24
-18
lines changed
Expand file tree Collapse file tree 2 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.0" ,
3- "packages/deck.gl-geotiff" : " 0.2.0" ,
4- "packages/deck.gl-raster" : " 0.2.0" ,
5- "packages/deck.gl-zarr" : " 0.2.0" ,
6- "packages/raster-reproject" : " 0.2.0"
2+ "." : " 0.2.0"
73}
Original file line number Diff line number Diff line change 77 "packages" : {
88 "." : {
99 "changelog-path" : " CHANGELOG.md" ,
10- "include-component-in-tag" : false
11- },
12- "packages/deck.gl-geotiff" : {
13- "skip-changelog" : true
14- },
15- "packages/deck.gl-raster" : {
16- "skip-changelog" : true
17- },
18- "packages/deck.gl-zarr" : {
19- "skip-changelog" : true
20- },
21- "packages/raster-reproject" : {
22- "skip-changelog" : true
10+ "include-component-in-tag" : false ,
11+ "extra-files" : [
12+ {
13+ "type" : " json" ,
14+ "path" : " packages/deck.gl-geotiff/package.json" ,
15+ "jsonpath" : " $.version"
16+ },
17+ {
18+ "type" : " json" ,
19+ "path" : " packages/deck.gl-raster/package.json" ,
20+ "jsonpath" : " $.version"
21+ },
22+ {
23+ "type" : " json" ,
24+ "path" : " packages/deck.gl-zarr/package.json" ,
25+ "jsonpath" : " $.version"
26+ },
27+ {
28+ "type" : " json" ,
29+ "path" : " packages/raster-reproject/package.json" ,
30+ "jsonpath" : " $.version"
31+ }
32+ ]
2333 }
2434 },
2535 "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
You can’t perform that action at this time.
0 commit comments