From 9dffaa52267c897534abffe84af29ae48a14d8e3 Mon Sep 17 00:00:00 2001 From: Yesudeep Mangalapilly Date: Thu, 29 Jan 2026 19:08:49 -0800 Subject: [PATCH] fix(release-please): add rs/dotprompt/Cargo.toml to extra-files The Rust crate is in rs/dotprompt/ subdirectory, not at rs/Cargo.toml. Release-please wasn't updating the main crate version because it wasn't in the extra-files list. --- .release-please-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.release-please-config.json b/.release-please-config.json index a6ee5b56d..137a9515f 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -62,6 +62,11 @@ "release-type": "rust", "component": "dotprompt-rs", "extra-files": [ + { + "type": "toml", + "path": "dotprompt/Cargo.toml", + "jsonpath": "$.package.version" + }, { "type": "toml", "path": "smoke/Cargo.toml",