feat(P3, v0.1.3): rewrite release.yml for Tauri + bump 0.1.3#72
Merged
Conversation
Phase 3 of the autonomous overnight push. Brings the M9 release pipeline into working shape after the Electron→Tauri pivot. **release.yml rewrite** - Drops electron-builder + the vite.config.template indirection - New build-mac job (macos-14, Rust toolchain, Cargo cache, pnpm) drives scripts/sign-and-notarize.sh end-to-end - Imports the Developer ID cert from CSC_LINK into a temporary CI keychain at build time - Stores notarytool credentials as "DEEPCODE_NOTARY" keychain profile from APPLE_ID + APPLE_TEAM_ID + APPLE_APP_SPECIFIC_PASSWORD - Removes the BUILD_MAC gate (no longer needed) - Bumps actions/upload-artifact to v7 - github-release job now actually attaches the DMG to the release **docs/RELEASING.md (new)** - All 6 secrets explained step-by-step (APPLE_ID, APPLE_TEAM_ID, APPLE_APP_SPECIFIC_PASSWORD, CSC_LINK base64, CSC_KEY_PASSWORD, NPM_TOKEN) - p12 export instructions - Release-channel table (stable / beta / nightly / +security.X) - Local rehearsal script - Rollback notes **Version bumps** - 0.1.2 → 0.1.3 across tauri.conf.json, both package.jsons, Cargo.toml - CHANGELOG entry summarizing P2 redesign + P3 pipeline Workspace typecheck + 533 tests still pass. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Phase 3 of overnight push: M9 release pipeline + version bump.
release.yml rewritten for Tauri (was Electron). Adds proper Developer ID cert import + notarytool credentials setup at CI time.
docs/RELEASING.mdexplains the 6 secrets.Version bump 0.1.2 → 0.1.3 across everything; CHANGELOG entry summarizes P2 redesign + P3 pipeline.
🤖 Generated with Claude Code