build: workflow release macOS + rimozione MVP_TASKS.md#64
Merged
Conversation
- Aggiunge build-macos (macos-latest) con tauri-action, mirroring dei job linux/windows esistenti; nessuna dipendenza di sistema aggiuntiva (WebKit è nativo su macOS) - Il DMG viene firmato ad-hoc automaticamente da Tauri (nessun certificato Apple necessario); gli utenti usano tasto destro → Apri al primo lancio - Genera SHA256SUMS-macos.txt e lo allega alla release come gli altri - Rimuove MVP_TASKS.md: tutti i task sono ora tracciati nelle issue GitHub (#55–#63) con label priority:0–4 Closes #58 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the release pipeline to produce macOS artifacts alongside existing Linux/Windows outputs, and removes the legacy MVP_TASKS.md roadmap file now that work is tracked via GitHub issues/labels.
Changes:
- Add a
build-macosjob to.github/workflows/release.yml(runs onmacos-latest) usingtauri-actionand uploadsSHA256SUMS-macos.txt. - Remove
MVP_TASKS.mdfrom the repository.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/release.yml |
Adds macOS release build job mirroring the existing Linux/Windows release jobs, including checksum generation/upload. |
MVP_TASKS.md |
Removes the MVP task tracking document as tasks have moved to GitHub Issues/labels. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
build-macos(macos-latest) al workflow di release, speculare abuild-linuxebuild-windowskeyringusa Keychain nativoSHA256SUMS-macos.txtalla release come gli altri OSMVP_TASKS.md: tutti i task sono ora tracciati nelle issue GitHub con labelpriority:0–priority:4Test plan
mainche triggera una release, il jobbuild-macosdeve completare e allegare.dmg+SHA256SUMS-macos.txt.dmgsi apre su macOS con tasto destro → Apri (Gatekeeper ad-hoc)Closes #58
🤖 Generated with Claude Code