Skip to content

Commit 662e37d

Browse files
fix(release): add base to gorelease brew script
1 parent a7bdb0b commit 662e37d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.goreleaser.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,11 @@ brews:
137137
enabled: true
138138

139139
# Whether to open the PR as a draft or not.
140-
draft: true
140+
draft: true
141+
142+
# Base can also be another repository, in which case the owner and name
143+
# above will be used as HEAD, allowing cross-repository pull requests.
144+
base:
145+
owner: smtg-ai
146+
name: homebrew-claude-squad
147+
branch: main

0 commit comments

Comments
 (0)