fix(release): restore validation attempt guidance (#112845)

This commit is contained in:
Dallin Romney
2026-07-23 11:22:36 +09:00
committed by GitHub
parent c876d9917d
commit 2b1e4b0ccc
@@ -256,7 +256,8 @@ on pinned current `main` as the exact command and validation contract.
`npm_dist_tag=extended-stable`. Require complete exact-version and selector
readback, then save the successful plugin run ID.
7. Publish core from the same branch with the tag, `npm_dist_tag=extended-stable`,
all three run IDs, and the saved validation attempt. Require the prepared
all three run IDs, and
`full_release_validation_run_attempt=<saved-attempt>`. Require the prepared
tarball and every run to match the branch and release SHA.
8. From a clean current-`main` checkout, run
`node --import tsx scripts/openclaw-npm-postpublish-verify.ts YYYY.M.P`.