release: v0.6.2-rc.1 (pre-release — exercise binary build workflow)#230
Open
cvince wants to merge 1 commit into
Open
release: v0.6.2-rc.1 (pre-release — exercise binary build workflow)#230cvince wants to merge 1 commit into
cvince wants to merge 1 commit into
Conversation
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.
Purpose
Throwaway pre-release to verify
release-binaries.yml(merged in #229) runs end-to-end: cross-builds the 5 binaries, attaches archives + checksums to the GitHub Release, and passes the no-Nodepython:3.12-slimsmoke test.Bumps
VERSION+package.jsonto0.6.2-rc.1so the tag matches package.json (the workflow guards this).How the test runs
This PR does not need to be merged to test. The pre-release tag
v0.6.2-rc.1targets this branch's commit (which has both the build infra from #229 and the rc version). Publishing the pre-release fires the workflow;bump-homebrew.ymlskips pre-releases, and nothing is published to npm.Cleanup after verifying
Delete the pre-release + tag, close this PR, delete the branch. Real binaries then land on the next normal release (e.g.
release.sh cli 0.6.2).