19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "simple",
|
|
"version-file": "version.txt",
|
|
"extra-files": [
|
|
{
|
|
"type": "toml",
|
|
"path": "pyproject.toml",
|
|
"jsonpath": "$.tool.poetry.version"
|
|
},
|
|
{
|
|
"type": "generic",
|
|
"path": "docker-compose.yaml"
|
|
}
|
|
],
|
|
"packages": {
|
|
".": {}
|
|
}
|
|
} |