From b5f061fcb2f5324543fa2cc209dfc17c7274f66d Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Fri, 17 Apr 2026 15:00:59 +0200 Subject: [PATCH] chore: Update release settings --- .release-plz.toml | 5 ----- src/yopo/Cargo.toml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.release-plz.toml b/.release-plz.toml index b2b29f7..4e4eb98 100644 --- a/.release-plz.toml +++ b/.release-plz.toml @@ -14,8 +14,3 @@ pr_labels = ["release"] [[package]] name = "agent-client-protocol" git_tag_name = "v{{ version }}" - -# Don't publish test utilities to crates.io -[[package]] -name = "agent-client-protocol-test" -publish = false diff --git a/src/yopo/Cargo.toml b/src/yopo/Cargo.toml index f028526..99df2d3 100644 --- a/src/yopo/Cargo.toml +++ b/src/yopo/Cargo.toml @@ -7,6 +7,7 @@ license.workspace = true repository.workspace = true homepage.workspace = true description = "YOPO (You Only Prompt Once) - A simple ACP client for one-shot prompts" +publish = false [lib] name = "yopo"