fix: auto-update version (#2052)

This commit is contained in:
Javier Martinez 2024-08-08 16:50:42 +02:00 committed by GitHub
parent b1acf9dc2c
commit 7fefe408b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 5 deletions

View file

@ -0,0 +1,19 @@
{
"$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": {
".": {}
}
}

View file

@ -0,0 +1,3 @@
{
".": "0.6.1"
}