File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed
Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
33 "release-type" : " simple" ,
44 "bump-minor-pre-major" : true ,
5- "extra-files" : [
6- {
7- "type" : " xml" ,
8- "path" : " pom.xml" ,
9- "xpath" : " //project/version"
10- },
11- {
12- "type" : " xml" ,
13- "path" : " calculation/pom.xml" ,
14- "xpath" : " //project/parent/version"
15- },
16- {
17- "type" : " xml" ,
18- "path" : " validation/pom.xml" ,
19- "xpath" : " //project/parent/version"
20- },
21- " README.md"
22- ],
235 "packages" : {
24- "." :{}
6+ "." :{
7+ "extra-files" : [
8+ {
9+ "type" : " xml" ,
10+ "path" : " pom.xml" ,
11+ "xpath" : " //project/version"
12+ },
13+ {
14+ "type" : " xml" ,
15+ "path" : " calculation/pom.xml" ,
16+ "xpath" : " //project/parent/version"
17+ },
18+ {
19+ "type" : " xml" ,
20+ "path" : " validation/pom.xml" ,
21+ "xpath" : " //project/parent/version"
22+ },
23+ " README.md"
24+ ]
25+ }
2526 }
26- }
27+ }
You can’t perform that action at this time.
0 commit comments