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" } }