docs: sync deploy.md with current release workflow#89
Open
dormouse-bot wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying mouseterm with
|
| Latest commit: |
fadca9a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://29204cbb.mouseterm.pages.dev |
| Branch Preview URL: | https://docs-deploy-release-sync.mouseterm.pages.dev |
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.
Nightly survey found
docs/specs/deploy.mdhad drifted from the actual.github/workflows/release.ymlafter thesecurity-auditjob was added and the old publish workflow was removed.Changes
security-auditjob.release.ymlnow runsbuild-standalone,build-vscode, andsecurity-auditin parallel, andpublish-vscodeis gated on all three (release.yml:228-233). The spec described only three jobs and omittedsecurity-auditentirely. Added a### Job: security-auditsubsection and corrected the Stage 1 intro.publish-vscodedependency. Spec said it "runs afterbuild-vscodesucceeds"; it actually needsbuild-standalone,build-vscode, andsecurity-audit..github/workflows/publish-vscode.yml"should be deleted when the unified release workflow is created" — that file no longer exists andrelease.ymlis in place, so the migration is complete.ADDITIONALPLUGINSPATH/OUTFILEpatches;sign-and-deploy.sh:294first rewrites the ~60 absolute CI-runner paths in the.nsiviascripts/patch-nsis-paths.pl. Added that step since the spec aims to track the scripts it references.No test added: documentation-only change.