Skip to content

Commit 0be136b

Browse files
committed
Disable homebrew in release build
1 parent 479db7a commit 0be136b

1 file changed

Lines changed: 17 additions & 21 deletions

File tree

.goreleaser.yaml

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)