Hand the release pipeline to asc notarize - #3
Merged
Merged
Conversation
scripts/release.sh and audit-release.sh were one of two hand copies of the same Developer ID pipeline; the account-level tool now holds the only implementation, and this repo keeps just the build. Credentials no longer pass through Config/notary.env: asc reads the App Store Connect key from its own single location, so nothing about the account is configured here. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.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.
make releasenow runsasc notarize type-switchfrom the account-level tool (max1874/apple-developer#1). This repo keepsmake app; signing, notarization, stapling, DMG, audit, and checksum live there.Removed:
scripts/release.sh,scripts/audit-release.sh,Config/notary.env.example, the.gitignoreentry forConfig/notary.env. READMEs updated in both languages.Verified:
make -n releaseprintsasc notarize type-switch;asc notarize type-switch --planlists the same nine steps the removed script performed;asc audit type-switch build/TypeSwitch-1.0.1.dmg --version 1.0.1passes on the published image with the same verdict as the removed audit script.🤖 Generated with Claude Code