Skip to content

Commit 5ac31d5

Browse files
committed
blob
1 parent 91d607c commit 5ac31d5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

release-please-config.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"bootstrap-sha": "51658367bc04bc258405fe48c882f813ba150600",
34
"plugins": [
45
"node-workspace"
@@ -10,22 +11,26 @@
1011
{
1112
"type": "json",
1213
"path": "../../config/clients.config.json",
13-
"jsonpath": "$.javascript.utilsPackageVersion"
14+
"jsonpath": "$.javascript.utilsPackageVersion",
15+
"glob": true
1416
},
1517
{
1618
"type": "json",
1719
"path": "../../config/openapitools.json",
18-
"jsonpath": "$.generator-cli.generators.*.additionalProperties.packageVersion"
20+
"jsonpath": "$.generator-cli.generators.*.additionalProperties.packageVersion",
21+
"glob": true
1922
}
2023
]
2124
},
2225
"clients/algoliasearch-client-java-2": {
2326
"release-type": "java",
27+
"versioning": "java-snapshot",
2428
"extra-files": [
2529
{
2630
"type": "json",
2731
"path": "../../config/clients.config.json",
28-
"jsonpath": "$.java.packageVersion"
32+
"jsonpath": "$.java.packageVersion",
33+
"glob": true
2934
}
3035
]
3136
},
@@ -35,7 +40,8 @@
3540
{
3641
"type": "json",
3742
"path": "../../config/clients.config.json",
38-
"jsonpath": "$.php.packageVersion"
43+
"jsonpath": "$.php.packageVersion",
44+
"glob": true
3945
}
4046
]
4147
}

0 commit comments

Comments
 (0)