File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 2
2
"bootstrap-sha" : " 51658367bc04bc258405fe48c882f813ba150600" ,
3
3
"packages" : {
4
4
"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
+ ]
6
18
},
7
19
"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
+ ]
9
28
},
10
29
"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
+ ]
12
38
}
13
39
}
14
40
}
You can’t perform that action at this time.
0 commit comments