From 2dc1c1c6f1a0c019f98c93854df3edb527dfe0e5 Mon Sep 17 00:00:00 2001 From: Manuel Fritz Date: Wed, 19 Aug 2026 12:38:35 +0200 Subject: [PATCH] fix --- release-please-config.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 5649e30..4190194 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,8 +7,13 @@ "package-name": "labops", "release-type": "python", "extra-files": [ - "pyproject.toml" + "pyproject.toml", + { + "type": "toml", + "path": "uv.lock", + "jsonpath": "$.package[?(@.name=='labops')].version" + } ] } } -} \ No newline at end of file +}