chore(release): prepare v0.2.0-rc.1 prerelease#174
Merged
Conversation
Bump deacon, deacon-core, and the workspace deacon-core path-dep pin to 0.2.0-rc.1 so the release workflow's tag/crate-version gate accepts the v0.2.0-rc.1 tag. Mark hyphenated (prerelease) tags with --prerelease in release.yml so they are not flagged as the "latest" release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepares the
v0.2.0-rc.1prerelease so the release pipeline produces binaries for all platforms.deacon,deacon-core, and the workspacedeacon-corepath-dep pin to0.2.0-rc.1(plusCargo.lock). The release workflow'screate-releasejob hard-fails unless the pushed tag equals the crate version, so the crate must be0.2.0-rc.1for av0.2.0-rc.1tag.release.yml: mark hyphenated (semver-prerelease) tags with--prereleaseso RC releases are not flagged as GitHub's "latest" release. Detection is automatic (case "$VERSION" in *-*)), so future RCs work too.After merge
Push the tag to trigger the 8-platform build + checksums/SBOM/provenance:
The real
v0.2.0tag remains free for the GA release later (bump back to0.2.0).Testing
cargo check --workspace --all-targets✅cargo fmt --all -- --check✅cargo deny check✅ (path-dep pin still non-wildcard)🤖 Generated with Claude Code