feat: add Homebrew Cask, winget, and Cloudsmith apt distribution - #9
Merged
Conversation
Wire three distribution channels into the v[0-9]* tag-triggered release, all dormant (continue-on-error) until their secrets/prerequisites exist: - Homebrew Cask: dispatches to h4x0r/homebrew-tap (GUI → Cask, not Formula) - winget: vedantmgoyal9/winget-releaser for the NSIS .exe - Cloudsmith: pushes the .deb for `apt install prop-browser` Also: split build/release into separate jobs (artifact upload/download), add .deb to Linux targets (electron-builder), add SLSA build-provenance attestation, generate checksums, and SHA-pin all Actions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
h4x0r
marked this pull request as ready for review
July 31, 2026 23:33
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
v[0-9]*tag-triggered release: Homebrew Cask (.dmg→/Applications), winget (NSIS.exe), and Cloudsmith apt (.deb)continue-on-error: true) until their secrets/prerequisites are provisioned — a release never fails on a not-yet-wired channel.debto the Linux electron-builder targets alongside the existing AppImagebuildjob intobuild(upload artifacts) +release(download, checksum, attest, publish) for SLSA build-provenance attestation@v4/@v2)Prerequisites (provision when ready)
TAP_GITHUB_TOKENh4x0r/homebrew-tapwithCasks/prop-browser.rb+update-prop-browserdispatch handlerWINGET_TOKENmicrosoft/winget-pkgs(action only bumps existing packages)CLOUDSMITH_API_KEYh4x0r/prop-browsermacOS .dmg direct install
The
.dmgis attached to the GitHub Release for direct download+install (drag to/Applications). When MACOS_* signing secrets are set, electron-builder Developer-ID-signs + notarizes the.dmgso Gatekeeper does not block it.Test plan
v0.x.0tag and verify the workflow runs green (build + release jobs).dmg,.zip,.exe,.AppImage,.deb, andchecksums.txtappear on the GitHub Releasegh attestation verify <file> --repo h4x0r/prop-browser🤖 Generated with Claude Code