Skip to content

Commit 4d33b77

Browse files
intel352claude
andcommitted
ci: switch from homebrew_casks to brews formula, rename to ratchet-cli
Fixes incorrect use of cask (for macOS .app bundles) when this is a CLI binary. Also renames from 'ratchet' to 'ratchet-cli' to avoid conflict with existing 'ratchet' formula in Homebrew core. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 706496a commit 4d33b77

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ changelog:
3737
- "^test:"
3838
- "^chore:"
3939

40-
homebrew_casks:
41-
- name: ratchet
42-
binaries:
43-
- ratchet
40+
brews:
41+
- name: ratchet-cli
42+
ids: [ratchet]
4443
homepage: "https://github.com/GoCodeAlone/ratchet-cli"
4544
description: "Interactive AI agent CLI"
45+
license: "Apache-2.0"
4646
repository:
4747
owner: GoCodeAlone
4848
name: homebrew-tap
@@ -51,3 +51,5 @@ homebrew_casks:
5151
commit_author:
5252
name: goreleaserbot
5353
email: bot@goreleaser.com
54+
install: |
55+
bin.install "ratchet"

0 commit comments

Comments
 (0)