Skip to content

Commit d0cc316

Browse files
Merge pull request #6 from edouard-claude/feat/homebrew-tap
feat: add Homebrew tap distribution
2 parents dd1e1f9 + 71bd5cf commit d0cc316

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
version: "~> v2"
3131
args: release --clean
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN || secrets.GITHUB_TOKEN }}
3434
GOPRIVATE: github.com/edouard-claude/snip

.goreleaser.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ archives:
2626
checksum:
2727
name_template: "checksums.txt"
2828

29+
homebrew_casks:
30+
- repository:
31+
owner: edouard-claude
32+
name: homebrew-tap
33+
homepage: "https://github.com/edouard-claude/snip"
34+
description: "CLI proxy that reduces LLM token consumption by 60-90% by filtering shell output"
35+
2936
changelog:
3037
sort: asc
3138
filters:

0 commit comments

Comments
 (0)