diff --git a/release-plz.toml b/release-plz.toml index 3af9352..3749075 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -1,10 +1,12 @@ [workspace] publish = false +release = false changelog_update = false [[package]] name = "rabbitmq-stream-client" publish = true +release = true changelog_update = true [[package]] @@ -15,4 +17,5 @@ changelog_update = false [[package]] name = "rabbitmq-stream-protocol" publish = true +release = true changelog_update = true