Skip to content

Commit 5877359

Browse files
committed
other test
1 parent c418ef8 commit 5877359

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

release-please-config.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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+
],
715
"packages": {
816
"clients/algoliasearch-client-javascript": {
917
"release-type": "node",
@@ -27,9 +35,8 @@
2735
"extra-files": [
2836
{
2937
"type": "json",
30-
"path": "../../config/clients.config.json",
31-
"jsonpath": "$.java.packageVersion",
32-
"glob": true
38+
"path": "/config/clients.config.json",
39+
"jsonpath": "$.java.packageVersion"
3340
}
3441
]
3542
},

0 commit comments

Comments
 (0)