From 588be81baaee20a421af95380ce8e115ee24e332 Mon Sep 17 00:00:00 2001 From: SoulPancake Date: Wed, 15 Apr 2026 18:05:33 +0530 Subject: [PATCH] chore: support uv.lock and version.txt in release config --- VERSION.txt | 2 +- release-please-config.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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" } ] } }