fix(release): tag immutable desktop candidates - #4811
Open
wesbillman wants to merge 1 commit into
Open
Conversation
wesbillman
force-pushed
the
carl/immutable-desktop-release
branch
4 times, most recently
from
August 5, 2026 00:30
58387b1 to
264b528
Compare
Make the merged release PR authorize publication of its exact reviewed head, freeze trusted check evidence at merge time, and carry a metadata-backed ledger across squash-merged candidate tags. Co-authored-by: Carl <c7ebe626f000404285d3686e1dc74cc07cc60a9754a150041ba132e14bd3e2ec@buzz.block.builderlab.xyz> Signed-off-by: Wes <wesbillman@users.noreply.github.com>
wesbillman
force-pushed
the
carl/immutable-desktop-release
branch
from
August 5, 2026 00:30
264b528 to
c4711cb
Compare
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
Redesign the permanent Desktop release flow so unrelated merges to
maincannot invalidate an already reviewed, green release candidate.This is the reusable release process for
0.5.6onward, not the retired one-shot0.5.5recovery path.Invariants covered
mainmerge → authorized squash merge → immutable candidate tag.Related issue
N/A — follows the Desktop release failures in #4788 and #4800 and the recovery revert in #4808.
Testing
At clean commit
6a91fbed8147a48cf174997de0c3e4cb2fb26474:scripts/test-desktop-release-candidate.shscripts/test-release-ref-contract.shBoth focused suites passed with HEAD unchanged. Princess Donut cleared the security/provenance surface, including the hostile merge-time timestamp cases. Mongo cleared the side-history ledger, migration, version-order, documentation, and contract-test surface.