Skip to content

Commit dea136d

Browse files
chore: update release-please-config.json
1 parent 2b4e01d commit dea136d

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

release-please-config.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
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+
}

0 commit comments

Comments
 (0)