Add distribution pipeline (GitHub Releases, signing, DMG)#84
Closed
dhilgaertner wants to merge 1 commit intomainfrom
Closed
Add distribution pipeline (GitHub Releases, signing, DMG)#84dhilgaertner wants to merge 1 commit intomainfrom
dhilgaertner wants to merge 1 commit intomainfrom
Conversation
…aging Establishes a complete distribution strategy for Crow: - VERSION file as single source of truth for app version - Dynamic versioning in bundle.sh and generate-build-info.sh (reads from VERSION file or env var, generates BuildInfo.swift + CLIVersion.swift) - Entitlements file for Metal/Ghostty runtime requirements - Code signing script (ad-hoc or Developer ID via env var) - DMG creation script (create-dmg with hdiutil fallback) - GitHub Actions release workflow triggered on v* tag push - Makefile targets: sign, dmg, dist - README installation section with download, Homebrew (coming soon), platform support matrix, and auto-update deferral note Closes #61 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
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
VERSIONfile, code signing (ad-hoc or Developer ID), DMG packaging, and a GitHub Actions release workflow triggered onv*tag pushVERSIONfile →generate-build-info.sh→BuildInfo.swift+CLIVersion.swift+Info.plist(replaces three hardcoded0.1.0strings)Key Decisions
brew upgradeor re-downloadNew Files
VERSIONCrow.entitlementsscripts/sign.sh.app(ad-hoc or Developer ID)scripts/create-dmg.shcreate-dmgorhdiutilfallback.github/workflows/release.ymlv*tag pushTest plan
make releaseproducesCrow.appwith correct version in Info.plistscripts/sign.shsigns the app ad-hoc;codesign -vvv Crow.apppassesscripts/create-dmg.shcreatesCrow-0.1.0-arm64.dmgthat mounts correctlymake distchains release → sign → dmg end-to-endv0.1.0-test.1) to validate the GitHub Actions workflowCloses #61
🤖 Generated with Claude Code