diff --git a/VERSION.txt b/VERSION.txt index 78bc1ab..8fc6170 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.10.0 +0.10.0 # x-release-please-version diff --git a/release-please-config.json b/release-please-config.json index adcce71..241dc9e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -27,7 +27,9 @@ { "type": "generic", "path": "openfga_sdk/constants.py" }, { "type": "generic", "path": "README.md" }, { "type": "generic", "path": "example/example1/setup.py" }, - { "type": "generic", "path": "example/example1/requirements.txt" } + { "type": "generic", "path": "example/example1/requirements.txt" }, + { "type": "generic", "path": "VERSION.txt" }, + { "type": "toml", "path": "uv.lock", "jsonpath": "$.package[?(@.name.value=='openfga-sdk')].version" } ] } }