docs(process): document how the release pipeline works today - #382
Open
martyy-code wants to merge 1 commit into
Open
docs(process): document how the release pipeline works today#382martyy-code wants to merge 1 commit into
martyy-code wants to merge 1 commit into
Conversation
Captures the release pipeline as it currently runs, end-to-end. Companion to docs/engineering/plans/release-pipeline.md (which captures the design rationale and migration history) and docs/engineering/plans/release-pipeline-github-ui-setup.md (which captures the one-time UI configuration). Sections: 1. What the system does 2. The single workflow (publish.yml) 3. Security model (OIDC, gates, provenance) 4. Day-to-day operations (cutting releases, hotfixes, dry-runs, re-running) 5. Branch strategy 6. Trust boundary with npm 7. What this pipeline does not do 8. Local debugging 9. Auditing a past release 10. References No code changes.
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.
Summary
Adds
docs/engineering/process/release-pipeline.md— a process-oriented reference describing the release pipeline as it actually runs today. Companion to the design and setup docs:docs/engineering/plans/release-pipeline.md— why (design rationale, migration history, security properties).docs/engineering/plans/release-pipeline-github-ui-setup.md— how to set it up (one-time UI steps).docs/engineering/process/release-pipeline.md— how to use it (this PR).Sections
publish.yml— triggers, the singlereleasejob, step sequence, changeset detection, concurrency.NPM_TOKENfallback, provenance attestation.main, why staging/dev were abandoned.Audience
Test plan
pnpm turbo type-checkpasses.pnpm turbo lintpasses.Risk
None. Documentation only.
🤖 Generated with Claude Code