File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,21 +134,3 @@ release:
134134 footer : |
135135
136136 **Full changelog:** https://github.com/GrayCodeAI/hawk/compare/{{ .PreviousTag }}...{{ .Tag }}
137-
138- # ---------------------------------------------------------------------------
139- # Homebrew tap — published to GrayCodeAI/homebrew-tap.
140- # Requires the HOMEBREW_TAP_TOKEN secret in the release workflow.
141- # ---------------------------------------------------------------------------
142- brews :
143- - repository :
144- owner : GrayCodeAI
145- name : homebrew-tap
146- token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
147- directory : Formula
148- homepage : " https://github.com/GrayCodeAI/hawk"
149- description : " AI coding agent — reads, writes, and runs code in your terminal"
150- license : MIT
151- install : |
152- bin.install "hawk"
153- test : |
154- system "#{bin}/hawk", "--version"
You can’t perform that action at this time.
0 commit comments