






















@@ -86,10 +86,11 @@ Use this skill for release and publish-time workflow. Keep ordinary development
8686 parallel, publish npm from the successful npm preflight, then start published
8787 npm install/update, Docker, and Parallels verification while mac artifacts
8888 continue.
89-- After a beta is published, run the expensive Docker, Parallels, and QA-Lab
90- release rosters in parallel instead of serializing them. Use selective reruns
91- after failures or fixes, but keep proof that Docker, Parallels, and QA-Lab
92- each passed at least once before stable/latest promotion.
89+- After a beta is published, overlap remote/manual release rosters where useful,
90+ but avoid piling local Docker, Parallels, and QA-Lab work onto the same host
91+ when it would create system-load noise. Use selective reruns after failures or
92+ fixes, but keep proof that Docker, Parallels, and QA-Lab each passed at least
93+ once before stable/latest promotion.
9394- Mac packaging may be built from a slight release-branch variation of the
9495 tagged commit when the delta is mac packaging, signing, workflow, or
9596 validation-only release machinery. If mac packaging needs release-branch-only
@@ -558,9 +559,10 @@ node --import tsx scripts/openclaw-npm-postpublish-verify.ts <published-version>
558559 the next beta if the fix must change the already-published package. If any
559560 lane fails after the beta tag/package is pushed or published, fix,
560561 commit/push/pull, increment to the next beta tag, and rerun the affected
561- beta evidence. Start Docker, Parallels, and QA-Lab in parallel once the
562- beta is live. Ensure the full expensive roster has passed at least once
563- before stable/latest promotion. The roster includes the manual Actions >
562+ beta evidence. Once the beta is live, start remote/manual rosters where they
563+ can overlap safely, but keep local Docker and Parallels load controlled.
564+ Ensure the full expensive roster has passed at least once before
565+ stable/latest promotion. The roster includes the manual Actions >
564566`NPM Telegram Beta E2E` workflow against the exact published beta package.
565567 If a pre-npm lane fails before any tag/package leaves the machine, fix and
566568 rerun the same intended beta attempt. Repeat up to the operator's
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。