blob: 822de3147c6f35a6ac9a99321f5e067bd8d4c19c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"$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": "maven",
"packages": {
".": { }
}
}
|