Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-superdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading