馃摉 [Docs]: Release management defines durable lifecycle behavior - #208
Draft
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Draft
馃摉 [Docs]: Release management defines durable lifecycle behavior#208Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Conversation
Align the consolidated release capability with durable intent, reservation, recovery, withdrawal, announcement, and consumer policy requirements. Add target-specific constraints and a focused moved-tag operator guide. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Release management guidance now defines durable release state, version reservations, phase-aware recovery, manual and release-candidate flows, accumulated changes, announcements, and trust-aware consumer update policies. Maintainers and consumers can also use a focused procedure for intentionally moved owned tags; downstream release propagation remains outside this change.
New: Moved-tag consumer recovery
Consumers of intentionally moving owned aliases can follow the moved-tag procedure to repair stale local tags, configure trusted fetches, verify the result, and understand the local-tag pruning boundary. Exact version tags remain immutable and must never use this recovery path.
Changed: Durable release lifecycle guidance
The release-management capability now records the complete intended lifecycle contract while preserving the existing consolidated MSX structure and vocabulary. It covers frozen release intents, permanent version reservations after build or visibility, phase-aware retries and withdrawals, manual stable releases, dedicated release candidates, full unreleased change ranges, per-destination announcements, target completion, and consumer trust policies.
The design distinguishes behavior already available in shared automation from intended behavior that still requires implementation. Operators should not infer durable recovery, manual stable release creation, dedicated release candidates, alias reconciliation, or announcement journaling from the documentation alone.
Adopting this release
Release impact
release:skip, because this pull request changes documentation only and does not publish a versioned runtime artifact.Technical details
Consumer change record
Template baseline
Not applicable: this documentation repository does not distribute an integration template for the release-management capability.
Maintainer evidence
.github/release.config.yml,DefaultBump, andrelease:pre-release.src/docs/Capabilities/downstream-release-propagation/**and all downstream-propagation process content unchanged.git diff --check.Relevant issues (or links)
Related work