We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5d4ab commit 751fe99Copy full SHA for 751fe99
release-please-config.json
@@ -4,6 +4,14 @@
4
"plugins": [
5
"node-workspace"
6
],
7
+ "extra-files": [
8
+ {
9
+ "type": "json",
10
+ "path": "config/clients.config.json",
11
+ "jsonpath": "$.*.packageVersion",
12
+ "glob": true
13
+ }
14
+ ],
15
"packages": {
16
"clients/algoliasearch-client-javascript": {
17
"release-type": "node",
@@ -27,9 +35,8 @@
27
35
"extra-files": [
28
36
{
29
37
"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"
33
40
}
34
41
]
42
},
0 commit comments