blob: 9978c9ca5a3e8cb4ff5507ba30fac0a2f5f2a93b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"version-file": "lib/roo/version.rb",
"release-type": "ruby",
"changelog-path": "CHANGELOG.md",
"include-component-in-tag": false,
"include-v-in-tag": true
}
}
}
|