docs(typecheck): refresh release-workflow comments with new stage names#3475
Merged
caio-pizzol merged 1 commit intoMay 24, 2026
Merged
Conversation
The 'SuperDoc public interface check' step in release-stable.yml and release-superdoc.yml still listed the old display names (typecheck-matrix, package-shape-gate, snapshot --all --check, check-root-classification-closure). Comments only - same wrapper command, same coverage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comments-only follow-up. PR #3474 renamed the nine
check:public:superdocwrapper stage display names and refreshed the inline comments in.github/workflows/ci-superdoc.yml. The matching comments in.github/workflows/release-stable.ymland.github/workflows/release-superdoc.ymlwere updated too, but the commit landed 42 seconds after #3474 was merged, so it stayed on the source branch as an orphan and never reachedmain.This PR is just that orphan commit, picked clean onto a fresh branch off
main.release-stable.yml: "SuperDoc public interface check" step comment now listscontract-tiers-test, contract-tiers, jsdoc-ratchet, build (skipped here), consumer-typecheck-matrix, deep-type-audit-supported-root, package-shape, export-snapshots, root-classification-closure.release-superdoc.yml: same comment refresh.No behavior change. Same wrapper command (
pnpm check:public:superdoc --skip-build), same nine stages, same coverage. The release workflows do not consume these comments as code.