We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4444454 commit f49700aCopy full SHA for f49700a
2 files changed
.release-plz.toml
@@ -14,8 +14,3 @@ pr_labels = ["release"]
14
[[package]]
15
name = "agent-client-protocol"
16
git_tag_name = "v{{ version }}"
17
-
18
-# Don't publish test utilities to crates.io
19
-[[package]]
20
-name = "agent-client-protocol-test"
21
-publish = false
src/yopo/Cargo.toml
@@ -7,6 +7,7 @@ license.workspace = true
7
repository.workspace = true
8
homepage.workspace = true
9
description = "YOPO (You Only Prompt Once) - A simple ACP client for one-shot prompts"
10
+publish = false
11
12
[lib]
13
name = "yopo"
0 commit comments