Uh oh!
There was an error while loading. Please reload this page.
Prepare Yieldstar 0.5.0 release - #30
Merged
Merged
Conversation
djgrant
marked this pull request as ready for review
July 22, 2026 05:27
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Stack
This PR targets
dual-ciand is stacked under #29. It should be retargeted tomainafter #29 merges.Summary
This prepares the complete Yieldstar 0.5.0 package matrix for release without publishing anything:
bin/release.sh --dry-runpath, explicit public/private package boundaries, Node>=22.6engine requirements, and repository metadata.@yieldstar/test-invoker,@yieldstar/test-runtime, and@yieldstar/test-utilsprivate so the broad scoped-package publish filter cannot release internal test helpers.Validation
bun run test:bun: 124 passed, 0 failed, 1 pre-existing skippnpm run test:node: 124 passed, 0 failed, 1 pre-existing skipbun run bundle: passedbun dts: passedbin/release.sh --dry-run: passed and selected only the five intended public packagesNo npm publication or live release command was performed.