Skip to content

Commit 2852e6e

Browse files
Peariformeclaude
andcommitted
fix(release-plz): add publish = false for polysim-cli
release-plz requires explicit publish = false in its config when the Cargo.toml also has publish = false, otherwise it errors out. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8c70235 commit 2852e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-plz.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ changelog_update = true
1010

1111
[[package]]
1212
name = "polysim-cli"
13-
# polysim-cli has publish = false in Cargo.toml, so release-plz will skip
14-
# `cargo publish` but still create git tags and GitHub releases.
13+
# polysim-cli is distributed as pre-compiled binaries, not on crates.io.
1514
# The tag format (polysim-cli-v*) triggers dist.yml to build platform binaries.
15+
publish = false
1616
git_release_enable = true
1717
changelog_update = true

0 commit comments

Comments
 (0)