We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bdb0b commit 662e37dCopy full SHA for 662e37d
.goreleaser.yaml
@@ -137,4 +137,11 @@ brews:
137
enabled: true
138
139
# Whether to open the PR as a draft or not.
140
- draft: true
+ 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