We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd1e1f9 + 71bd5cf commit d0cc316Copy full SHA for d0cc316
.github/workflows/release.yaml
@@ -30,5 +30,5 @@ jobs:
30
version: "~> v2"
31
args: release --clean
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN || secrets.GITHUB_TOKEN }}
34
GOPRIVATE: github.com/edouard-claude/snip
.goreleaser.yaml
@@ -26,6 +26,13 @@ archives:
26
checksum:
27
name_template: "checksums.txt"
28
29
+homebrew_casks:
+ - repository:
+ owner: edouard-claude
+ name: homebrew-tap
+ homepage: "https://github.com/edouard-claude/snip"
+ description: "CLI proxy that reduces LLM token consumption by 60-90% by filtering shell output"
35
+
36
changelog:
37
sort: asc
38
filters:
0 commit comments