chore: release dry-run test (do not merge)#76
Closed
JP-Ellis wants to merge 1 commit into
Closed
Conversation
Set cargo-dist pr-run-mode to upload on this throwaway branch so the release workflow builds and uploads all target artifacts on the pull request, validating the full dist build. Publishing stays disabled on PRs. Delete this branch and PR afterwards. Assisted-by: Claude Code:claude-opus-4-8[1m]
ef2b1b8 to
8858c00
Compare
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.
Disposable PR to validate the cargo-dist release dry-run (
planjob inrelease.yml) fires and passes on a fresh, minimal pull request — independentof the migration PR (#74).
feat/pr-based-releaseso the diff is a single empty commit (a PRagainst
mainwould duplicate all of Adopt PR-based release process (release-plz + cargo-dist) #74's changes, sincemaindoesn'thave them yet).
test.ymlintentionally does not run here — by design it only triggers forPRs targeting
main.release-plzdoes not run on PRs (only on push tomain), so nothing ispublished.
Close and delete the branch once the
plancheck is green.