Skip to content

Commit 91d607c

Browse files
committed
ah its not from the root
1 parent 2a7e29d commit 91d607c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

release-please-config.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"bootstrap-sha": "51658367bc04bc258405fe48c882f813ba150600",
3+
"plugins": [
4+
"node-workspace"
5+
],
36
"packages": {
47
"clients/algoliasearch-client-javascript": {
58
"release-type": "node",
69
"extra-files": [
710
{
811
"type": "json",
9-
"path": "config/clients.config.json",
12+
"path": "../../config/clients.config.json",
1013
"jsonpath": "$.javascript.utilsPackageVersion"
1114
},
1215
{
1316
"type": "json",
14-
"path": "config/openapitools.json",
17+
"path": "../../config/openapitools.json",
1518
"jsonpath": "$.generator-cli.generators.*.additionalProperties.packageVersion"
1619
}
1720
]
@@ -21,7 +24,7 @@
2124
"extra-files": [
2225
{
2326
"type": "json",
24-
"path": "config/clients.config.json",
27+
"path": "../../config/clients.config.json",
2528
"jsonpath": "$.java.packageVersion"
2629
}
2730
]
@@ -31,7 +34,7 @@
3134
"extra-files": [
3235
{
3336
"type": "json",
34-
"path": "config/clients.config.json",
37+
"path": "../../config/clients.config.json",
3538
"jsonpath": "$.php.packageVersion"
3639
}
3740
]

0 commit comments

Comments
 (0)