File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,24 +78,20 @@ release:
7878 prerelease : auto
7979 name_template : " Chief v{{.Version}}"
8080
81- # Homebrew tap configuration
82- brews :
83- - name : chief
84- enabled : false
85- # Repository to push the formula to
86- repository :
87- owner : minicodemonkey
88- name : homebrew-chief
89- token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
90- directory : Formula
91- homepage : " https://minicodemonkey.github.io/chief/"
92- description : " Autonomous agent loop for working through PRDs with Claude Code"
93- license : " MIT"
94- # Custom install script
95- install : |
96- bin.install "chief"
97- # Test block
98- test : |
99- assert_match "chief", shell_output("#{bin}/chief --version")
100- # Skip upload on snapshot builds
101- skip_upload : auto
81+ # Homebrew tap configuration (disabled for now)
82+ # To enable: uncomment and configure repository token
83+ # brews:
84+ # - name: chief
85+ # repository:
86+ # owner: minicodemonkey
87+ # name: homebrew-chief
88+ # token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
89+ # directory: Formula
90+ # homepage: "https://minicodemonkey.github.io/chief/"
91+ # description: "Autonomous agent loop for working through PRDs with Claude Code"
92+ # license: "MIT"
93+ # install: |
94+ # bin.install "chief"
95+ # test: |
96+ # assert_match "chief", shell_output("#{bin}/chief --version")
97+ # skip_upload: auto
You can’t perform that action at this time.
0 commit comments