Normalize StoreKit2 master-only releases#1
Merged
Conversation
Kapusch
marked this pull request as ready for review
July 16, 2026 18:39
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
masterthe sole long-lived development and release branchsource_refvalues to be reachable fromorigin/mastermasterHistory audit
After
git fetch --prune origin, bothorigin/masterandorigin/release/1.0.0point tof453c9d. Their merge-base is that same commit andgit rev-list --left-right --count origin/master...origin/release/1.0.0reports0 0. Local recovery refs were retained before creating this feature branch. The existing annotated tagv1.0.0-rc.1remains unchanged and targets commit27cc3da, which is reachable fromorigin/master.Validation
scripts/validate-nupkg.pypassed forKapusch.StoreKit2.iOS.0.1.0.nupkg(SHA-25693aabda672dc2e9861d2624d75d9be0fb943ceb40eab06388464e2d9eb2cedff)Info.plistvalidation andgit diff --checkpassed1.0.0-rc.1Remote
release/1.0.0deletion remains intentionally gated on this PR being merged, post-mergemasterCI passing, a fresh fetch proving no release-only commit, and a final tag/provenance inventory.