blob: dfa43e6abc7bbfafd3fd40a9eec3563803bed550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": true,
"include-component-in-tag": false,
"release-type": "simple",
"packages": {
".": {
"extra-files": [
{
"type": "generic",
"path": "build.gradle.kts"
},
{
"type": "xml",
"path": "src/main/resources/templates/fragments.html",
"xpath": "//span[@class=\"footer_version\"]"
}
]
}
}
}
|