File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
2
3
"bootstrap-sha" : " 51658367bc04bc258405fe48c882f813ba150600" ,
3
4
"plugins" : [
4
5
" node-workspace"
10
11
{
11
12
"type" : " json" ,
12
13
"path" : " ../../config/clients.config.json" ,
13
- "jsonpath" : " $.javascript.utilsPackageVersion"
14
+ "jsonpath" : " $.javascript.utilsPackageVersion" ,
15
+ "glob" : true
14
16
},
15
17
{
16
18
"type" : " json" ,
17
19
"path" : " ../../config/openapitools.json" ,
18
- "jsonpath" : " $.generator-cli.generators.*.additionalProperties.packageVersion"
20
+ "jsonpath" : " $.generator-cli.generators.*.additionalProperties.packageVersion" ,
21
+ "glob" : true
19
22
}
20
23
]
21
24
},
22
25
"clients/algoliasearch-client-java-2" : {
23
26
"release-type" : " java" ,
27
+ "versioning" : " java-snapshot" ,
24
28
"extra-files" : [
25
29
{
26
30
"type" : " json" ,
27
31
"path" : " ../../config/clients.config.json" ,
28
- "jsonpath" : " $.java.packageVersion"
32
+ "jsonpath" : " $.java.packageVersion" ,
33
+ "glob" : true
29
34
}
30
35
]
31
36
},
35
40
{
36
41
"type" : " json" ,
37
42
"path" : " ../../config/clients.config.json" ,
38
- "jsonpath" : " $.php.packageVersion"
43
+ "jsonpath" : " $.php.packageVersion" ,
44
+ "glob" : true
39
45
}
40
46
]
41
47
}
You can’t perform that action at this time.
0 commit comments