feat(release): unify signed delivery channels#32
Merged
Conversation
Defines one version and build contract for Developer ID and Mac App Store artifacts, rejects tag and bundle drift, and adds a local release-candidate manifest spanning both channels. Keeps the App Store sandbox and local-only provider boundary intact while verifying Apple Distribution export separately from Developer ID notarization.
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
Implements Issue #24 while aligning the Issue #29 App Store route behind one release identity.
Adds:
Scope
Included
Configuration/Release.xcconfig.Excluded
v0.1.0download has been replaced.Product / Architecture Decisions
User-Facing Contract
CLI
release_candidate.sh [VERSION] [BUILD]rejects values that differ from the shared contract, runs tests, builds both signed channels, and writes a manifest.Human Output
JSON Output
Exit Codes
0: requested identity check, build, export, or candidate gate succeeded.Verification
Ran
Covered
0.2.0 (2)identity failed closed against contract0.1.0 (2).0.1.0 (2).0.1.0 (2).0.1.0 (2).Review Path
Review
Configuration/Release.xcconfigandproject.yml, then the identity and candidate scripts, the two channel scripts, the tag workflow assertions, and finally the README/distribution wording.Notes For Reviewer
v0.1.0artifact remains the older ad-hoc build until a later owner-authorized release is published.release_candidate.shrun intentionally performs Developer ID notarization, so it was not invoked merely to test orchestration in this PR.