mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(release): accept trusted extended-stable validation evidence (#119264)
* fix(release): accept trusted extended-stable validation evidence * fix(release): document trusted candidate promotion * docs(release): clarify validation evidence recovery
This commit is contained in:
@@ -137,6 +137,32 @@ gh workflow run openclaw-npm-release.yml \
|
||||
-f plugin_npm_run_id=<plugin-npm-run-id>
|
||||
```
|
||||
|
||||
If the immutable candidate has already passed its saved preflight and Full
|
||||
Release Validation but core publication needs a workflow-only recovery, dispatch
|
||||
the trusted current-`main` workflow instead. Keep the same tag and evidence
|
||||
identities; do not move the tag or republish plugins:
|
||||
|
||||
```bash
|
||||
gh workflow run openclaw-npm-release.yml \
|
||||
--ref main \
|
||||
-f tag=vYYYY.M.P \
|
||||
-f preflight_only=false \
|
||||
-f npm_dist_tag=extended-stable \
|
||||
-f release_candidate_branch=extended-stable/YYYY.M.33 \
|
||||
-f preflight_run_id=<npm-preflight-run-id> \
|
||||
-f full_release_validation_run_id=<full-validation-run-id> \
|
||||
-f full_release_validation_run_attempt=<full-validation-run-attempt> \
|
||||
-f plugin_npm_run_id=<plugin-npm-run-id>
|
||||
```
|
||||
|
||||
This recovery path checks out and publishes the immutable tag and requires the
|
||||
canonical branch implied by that tag. It accepts Full Release Validation
|
||||
evidence from the canonical candidate branch directly, from current `main`
|
||||
directly when its workflow SHA is reachable from current `main`, or from the
|
||||
trusted main-pinned harness. Every accepted form must attest the immutable
|
||||
tag's SHA. Use it only when the candidate source and recorded evidence are
|
||||
unchanged.
|
||||
|
||||
For non-production rehearsal only, add
|
||||
`-f bypass_extended_stable_guard=true` to preflight and publish. It bypasses the
|
||||
month guard only, never canonical-ref, SHA/tag/version equality, provenance,
|
||||
|
||||
Reference in New Issue
Block a user