From 36282b1b1c117be74ca6e3cbcd470ec981e81f2b Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Thu, 26 Mar 2026 19:48:32 +1100 Subject: [PATCH] chore: add release-please group for workspace version sync release-please bumped cachekit-macros to 0.2.0 without updating the dependency spec in cachekit/Cargo.toml (still ^0.1). The `group` key links both crates so cross-crate deps are updated together. Also fixes macros changelog-path which was doubled (crates/cachekit-macros/crates/cachekit-macros/CHANGELOG.md). --- release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 2722d1f..8f4deeb 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "rust", + "group": "cachekit-rs", "changelog-sections": [ {"type": "feat", "section": "Features"}, {"type": "fix", "section": "Bug Fixes"}, @@ -22,7 +23,7 @@ }, "crates/cachekit-macros": { "package-name": "cachekit-macros", - "changelog-path": "crates/cachekit-macros/CHANGELOG.md", + "changelog-path": "CHANGELOG.md", "component": "cachekit-macros" } }