File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 4
4
"plugins" : [
5
5
" node-workspace"
6
6
],
7
- "extra-files" : [
8
- {
9
- "type" : " json" ,
10
- "path" : " config/clients.config.json" ,
11
- "jsonpath" : " $.*.packageVersion" ,
12
- "glob" : true
13
- }
14
- ],
15
7
"packages" : {
16
8
"clients/algoliasearch-client-javascript" : {
17
9
"release-type" : " node" ,
10
+ "release-as" : " 5.0.0-alpha.53" ,
18
11
"prerelease" : true ,
19
12
"extra-files" : [
20
13
{
21
14
"type" : " json" ,
22
- "path" : " ../.. /config/clients.config.json" ,
15
+ "path" : " /config/clients.config.json" ,
23
16
"jsonpath" : " $.javascript.utilsPackageVersion" ,
24
17
"glob" : true
25
18
},
26
19
{
27
20
"type" : " json" ,
28
- "path" : " ../.. /config/openapitools.json" ,
21
+ "path" : " /config/openapitools.json" ,
29
22
"jsonpath" : " $.generator-cli.generators.*.additionalProperties.packageVersion" ,
30
23
"glob" : true
31
24
}
35
28
"release-type" : " java" ,
36
29
"package-name" : " algoliasearch-client-java-2" ,
37
30
"prerelease" : true ,
31
+ "versioning" : " java-add-snapshot" ,
38
32
"extra-files" : [
39
33
{
40
34
"type" : " json" ,
50
44
"extra-files" : [
51
45
{
52
46
"type" : " json" ,
53
- "path" : " ../.. /config/clients.config.json" ,
47
+ "path" : " /config/clients.config.json" ,
54
48
"jsonpath" : " $.php.packageVersion" ,
55
49
"glob" : true
56
50
}
You can’t perform that action at this time.
0 commit comments