Skip to content

Drop the Homebrew cask until the tap has a token - #2

Merged
dsaad68 merged 1 commit into
mainfrom
drop-homebrew-cask
Aug 18, 2026
Merged

Drop the Homebrew cask until the tap has a token#2
dsaad68 merged 1 commit into
mainfrom
drop-homebrew-cask

Conversation

@dsaad68

@dsaad68 dsaad68 commented Aug 18, 2026

Copy link
Copy Markdown
Owner

A release would have published archives and silently skipped the cask (the
skip_upload guard fires when HOMEBREW_TAP_TOKEN is absent, and it is), so
brew install dsaad68/tap/kaku-tab in the README and the release footer would
point at something that does not exist.

  • README: the Homebrew section becomes a prebuilt-binary section pointing at the
    releases page, with the Gatekeeper xattr note the cask used to handle.
  • .goreleaser.yaml: cask commented out, footer points at tarballs / go install.
  • release.yml: the now-unused HOMEBREW_TAP_TOKEN env line commented out.

Re-enabling is uncommenting the two blocks and adding the secret.

Verified locally: goreleaser check passes, and release --snapshot --clean --skip=publish builds all four platforms, with archives unpacking to a plain
kaku-tab.

🤖 Generated with Claude Code

The cask's skip_upload guard meant a release would publish and silently
omit the cask, leaving `brew install dsaad68/tap/kaku-tab` in the README
and the release footer pointing at nothing. Point both at the tarballs
instead, which is what a release actually ships.

The cask config is commented out rather than deleted: re-enabling it is
uncommenting two blocks and adding HOMEBREW_TAP_TOKEN as a repo secret.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@dsaad68
dsaad68 merged commit f8ad8e0 into main Aug 18, 2026
5 checks passed
@dsaad68
dsaad68 deleted the drop-homebrew-cask branch August 18, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant