release: promote publish-order fix to main (complete v0.3.0) - #245
Merged
Conversation
The v0.3.0 publish shipped 12/13 packages: tools/release/publish.mjs had a hardcoded ORDER list that never got gcode-bgcode added when the package was created, so the release skipped it (and reported success for the 12 it knew). - Add gcode-bgcode to ORDER, after gcode-containers / before gcode-parser (parser's batteries worker depends on the bgcode adapter). - Idempotent recovery guard (DD-008 §6): skip any name@version already on the registry, so a rerun publishes only the not-yet-published remainder instead of dying on "cannot publish over existing version". - release-publish.yml: add workflow_dispatch so a partial line can be completed by re-running the idempotent publish against main (no tag surgery); fix the stale "×9" step label. Recovery for the v0.3.0 line: dispatch publishes only gcode-bgcode@0.3.0. Co-authored-by: Nathaniel Chestnut <sobechestnut-dev@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <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.
Promotes the
publish.mjsfix (#244) tomainso the idempotent publish can be dispatched to complete the v0.3.0 line by publishing the skippedgcode-bgcode@0.3.0.Merge with a merge commit (promotion pattern). No version change —
devandmainare both at 0.3.0; this only carries the release-tooling fix. After merge, I'll dispatchrelease-publishonmain.