diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index f6e9addb36..97d5a32df6 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -115,8 +115,10 @@ jobs: # ship to every consumer pinned to `^1` or `latest`. Run identical # checks here so the stable lane cannot silently relax the gate. - name: SuperDoc public interface check - # Wraps typecheck-matrix, deep-type-audit, package-shape-gate, - # snapshot --all --check, and check-root-classification-closure. + # Wraps the nine wrapper stages: contract-tiers-test, + # contract-tiers, jsdoc-ratchet, build (skipped here), + # consumer-typecheck-matrix, deep-type-audit-supported-root, + # package-shape, export-snapshots, root-classification-closure. # Same coverage as PR CI; runs before stable release so any # bypass path (manual republish, hotfix) still catches # regressions. --skip-build because Build above already ran. diff --git a/.github/workflows/release-superdoc.yml b/.github/workflows/release-superdoc.yml index 0b2b922920..d7fea9be94 100644 --- a/.github/workflows/release-superdoc.yml +++ b/.github/workflows/release-superdoc.yml @@ -132,8 +132,10 @@ jobs: # Runs before publishing so a release cannot ship a regression that # bypassed PR CI (manual republish, hotfix branch, recovery flow). - name: SuperDoc public interface check - # Wraps typecheck-matrix, deep-type-audit, package-shape-gate, - # snapshot --all --check, and check-root-classification-closure. + # Wraps the nine wrapper stages: contract-tiers-test, + # contract-tiers, jsdoc-ratchet, build (skipped here), + # consumer-typecheck-matrix, deep-type-audit-supported-root, + # package-shape, export-snapshots, root-classification-closure. # --skip-build because the Build step above already ran # `pnpm run build` (which includes build:superdoc). run: pnpm check:public:superdoc --skip-build