Skip to content

Commit 2a7e29d

Browse files
committed
extra
1 parent 6ba7342 commit 2a7e29d

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

release-please-config.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,39 @@
22
"bootstrap-sha": "51658367bc04bc258405fe48c882f813ba150600",
33
"packages": {
44
"clients/algoliasearch-client-javascript": {
5-
"release-type": "node"
5+
"release-type": "node",
6+
"extra-files": [
7+
{
8+
"type": "json",
9+
"path": "config/clients.config.json",
10+
"jsonpath": "$.javascript.utilsPackageVersion"
11+
},
12+
{
13+
"type": "json",
14+
"path": "config/openapitools.json",
15+
"jsonpath": "$.generator-cli.generators.*.additionalProperties.packageVersion"
16+
}
17+
]
618
},
719
"clients/algoliasearch-client-java-2": {
8-
"release-type": "java"
20+
"release-type": "java",
21+
"extra-files": [
22+
{
23+
"type": "json",
24+
"path": "config/clients.config.json",
25+
"jsonpath": "$.java.packageVersion"
26+
}
27+
]
928
},
1029
"clients/algoliasearch-client-php": {
11-
"release-type": "php"
30+
"release-type": "php",
31+
"extra-files": [
32+
{
33+
"type": "json",
34+
"path": "config/clients.config.json",
35+
"jsonpath": "$.php.packageVersion"
36+
}
37+
]
1238
}
1339
}
1440
}

0 commit comments

Comments
 (0)