Skip to content

Commit b5707b1

Browse files
committed
new test
1 parent c4d71a1 commit b5707b1

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

release-please-config.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,21 @@
44
"plugins": [
55
"node-workspace"
66
],
7-
"extra-files": [
8-
{
9-
"type": "json",
10-
"path": "config/clients.config.json",
11-
"jsonpath": "$.*.packageVersion",
12-
"glob": true
13-
}
14-
],
157
"packages": {
168
"clients/algoliasearch-client-javascript": {
179
"release-type": "node",
10+
"release-as": "5.0.0-alpha.53",
1811
"prerelease": true,
1912
"extra-files": [
2013
{
2114
"type": "json",
22-
"path": "../../config/clients.config.json",
15+
"path": "/config/clients.config.json",
2316
"jsonpath": "$.javascript.utilsPackageVersion",
2417
"glob": true
2518
},
2619
{
2720
"type": "json",
28-
"path": "../../config/openapitools.json",
21+
"path": "/config/openapitools.json",
2922
"jsonpath": "$.generator-cli.generators.*.additionalProperties.packageVersion",
3023
"glob": true
3124
}
@@ -35,6 +28,7 @@
3528
"release-type": "java",
3629
"package-name": "algoliasearch-client-java-2",
3730
"prerelease": true,
31+
"versioning": "java-add-snapshot",
3832
"extra-files": [
3933
{
4034
"type": "json",
@@ -50,7 +44,7 @@
5044
"extra-files": [
5145
{
5246
"type": "json",
53-
"path": "../../config/clients.config.json",
47+
"path": "/config/clients.config.json",
5448
"jsonpath": "$.php.packageVersion",
5549
"glob": true
5650
}

0 commit comments

Comments
 (0)