Skip to content

Commit 7a3bf84

Browse files
authored
chore: only release once (#204)
This _should_ get us single-tag releases.
1 parent c03d437 commit 7a3bf84

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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
}

release-please-config.json

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,29 @@
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"

0 commit comments

Comments
 (0)