Maintainer notes: number the npm publish-verify substeps - #2786
Open
chalin wants to merge 3 commits into
Open
Conversation
- Numbers step 15's four sequential gates (approve, check, re-point next, vet) so release trackers box each individually: the 0.17.0 run carried them as one box, hiding which gates remained - Adds the missing final gate: vet the published artifact via the registry smoke run (exercised manually on 0.17.0)
Review finding (confirmed live): under min-release-age, the suite's bare @docsy/theme install silently resolves the previous eligible stable, so an unpinned run false-greens the vet; the 0.17.0 run installed 0.16.0.
chalin
force-pushed
the
chalin-m24-notes-step15-substeps-2026-0902
branch
from
September 2, 2026 10:45
f4c2963 to
6d7cc94
Compare
- Cross-links the update guide's release-age trap instead of restating it; drops suite mechanics (smoke.mjs owns them) and the 0.17.0 history (PR record) - Front-loads the action and replaces the ambiguous "from main at the tag" with $BASE
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.
next, vet), with a lead-in telling release trackers to box each gate individually: the 0.17.0 run carried the step as one box, which hid that thenextre-point was still pending after the publish landed@docsy/themeinstall false-greens undermin-release-age(the 0.17.0 vet had smoke-tested 0.16.0); the pinned form re-run green against 0.17.0 (6/6, installed version verified)