Skip to content

Commit f0d5545

Browse files
author
Mohammod Al Amin Ashik
committed
fix: add explicit git_only and publish to all package configs
1 parent 008a6b5 commit f0d5545

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

release-plz.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,38 @@ name = "mcpmux"
8282
# Path relative to workspace root (not package root)
8383
changelog_path = "CHANGELOG.md"
8484
release = true
85+
git_only = true
86+
publish = false
8587
# Include commits from internal crates in the main changelog
8688
changelog_include = ["mcpmux-core", "mcpmux-gateway", "mcpmux-mcp", "mcpmux-storage"]
8789

8890
# Disable release for library crates (they're internal, not published)
8991
[[package]]
9092
name = "mcpmux-core"
9193
release = false
94+
git_only = true
95+
publish = false
9296

9397
[[package]]
9498
name = "mcpmux-gateway"
9599
release = false
100+
git_only = true
101+
publish = false
96102

97103
[[package]]
98104
name = "mcpmux-mcp"
99105
release = false
106+
git_only = true
107+
publish = false
100108

101109
[[package]]
102110
name = "mcpmux-storage"
103111
release = false
112+
git_only = true
113+
publish = false
104114

105115
[[package]]
106116
name = "tests"
107117
release = false
118+
git_only = true
119+
publish = false

0 commit comments

Comments
 (0)