ci: run architecture check before release

This commit is contained in:
Peter Steinberger
2026-04-20 13:24:45 +01:00
parent 039d22cda8
commit 91d31197be
4 changed files with 10 additions and 2 deletions

View File

@@ -37,6 +37,8 @@ OpenClaw has three public release lanes:
## Release preflight
- Run `pnpm check:architecture` before release preflight so the broader import
cycle and architecture boundary checks are green outside the faster local gate
- Run `pnpm build && pnpm ui:build` before `pnpm release:check` so the expected
`dist/*` release artifacts and Control UI bundle exist for the pack
validation step