We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d8ddd commit c0310a4Copy full SHA for c0310a4
1 file changed
.goreleaser.yaml
@@ -125,12 +125,7 @@ brews:
125
name: homebrew-chief
126
# Use HOMEBREW_TAP_GITHUB_TOKEN for pushing to tap repo
127
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
128
- # Alternative: commit to same repo (Formula/ directory)
129
- # repository:
130
- # owner: minicodemonkey
131
- # name: chief
132
- # token: "{{ .Env.GITHUB_TOKEN }}"
133
- folder: Formula
+ directory: Formula
134
homepage: "https://minicodemonkey.github.io/chief/"
135
description: "Autonomous agent loop for working through PRDs with Claude Code"
136
license: "MIT"
0 commit comments