docs(release): define release readiness gate - #778
Merged
Merged
Conversation
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
Define a mandatory release-readiness gate that runs before the existing release integration and publication flow. The gate standardizes pre-release product/runtime/data/deployment review and makes large UI changes require an explicit, SHA-bound manual walkthrough.
Scope
Changes
docs/release-readiness.mdas the mandatory Gate 0 before the existing release workflow.devcandidate SHA.UI-0,UI-1, andUI-2risk classes.UI-1and explicit operator-confirmed detailed manual QA forUI-2.devadvances after readiness approval.User Impact
No application runtime behavior changes. Maintainers get a reproducible pre-release QA gate so a request to publish
vX.Y.Zstarts by proving the current product candidate is ready, rather than immediately creating release artifacts.Compatibility / Runtime Notes
Documentation-only. The existing release branch, promotion, dry-run, Web publish, tag-push compatibility, and recovery mechanics are unchanged.
Data / Security Notes
No data, migration, credential, or permission changes. The new process explicitly requires data/upgrade and runtime-contract risk review when those areas are affected.
Risk / Rollback
Risk level: Low. This is a maintainer-process document and does not change executable release automation.
Rollback by reverting this PR if the readiness policy proves too burdensome or needs restructuring.
Verification
Commands / evidence:
devmergec9d9db3506274fbe26a50fe6dac02258fd8d01af.Screenshots / Recordings
N/A — documentation/process only.
Docs
Docs decision: the new file is the canonical Gate 0 maintainer process document and is intentionally separate from the existing mechanical release/publish specification.
Related
Refs #775
Refs #776