Skip to content

Commit 3eb3537

Browse files
authored
chore(release): Use default tag setup for release-plz (#103)
1 parent 146bbce commit 3eb3537

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

.release-plz.toml

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,12 @@ dependencies_update = true
1010
# Tag release PRs for visibility
1111
pr_labels = ["release"]
1212

13+
# Override the default tag format for the original crate to preserve existing tag history
1314
[[package]]
1415
name = "agent-client-protocol"
1516
git_tag_name = "v{{ version }}"
1617

17-
[[package]]
18-
name = "agent-client-protocol-conductor"
19-
git_tag_name = "agent-client-protocol-conductor-v{{ version }}"
20-
21-
[[package]]
22-
name = "agent-client-protocol-cookbook"
23-
git_tag_name = "agent-client-protocol-cookbook-v{{ version }}"
24-
25-
[[package]]
26-
name = "agent-client-protocol-core"
27-
git_tag_name = "agent-client-protocol-core-v{{ version }}"
28-
29-
[[package]]
30-
name = "agent-client-protocol-derive"
31-
git_tag_name = "agent-client-protocol-derive-v{{ version }}"
32-
33-
[[package]]
34-
name = "agent-client-protocol-rmcp"
35-
git_tag_name = "agent-client-protocol-rmcp-v{{ version }}"
36-
18+
# Don't publish test utilities to crates.io
3719
[[package]]
3820
name = "agent-client-protocol-test"
39-
git_tag_name = "agent-client-protocol-test-v{{ version }}"
40-
# Don't publish test utilities to crates.io
4121
publish = false
42-
43-
[[package]]
44-
name = "agent-client-protocol-tokio"
45-
git_tag_name = "agent-client-protocol-tokio-v{{ version }}"
46-
47-
[[package]]
48-
name = "agent-client-protocol-trace-viewer"
49-
git_tag_name = "agent-client-protocol-trace-viewer-v{{ version }}"
50-
51-
[[package]]
52-
name = "agent-client-protocol-yopo"
53-
git_tag_name = "agent-client-protocol-yopo-v{{ version }}"

0 commit comments

Comments
 (0)