-
|
Hi, i would like to know the part where goreleaser handles the commit to owner/homebrew-project/Formula/project.rb. What file is it? i couldnt find, i would be grateful if someone tells me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
if you look around these lines, you'll see there are different things going on if it is supposed to open a PR or not, as well as if the repository is a git url instead of github/gitlab/etc. hope that helps! |
Beta Was this translation helpful? Give feedback.
goreleaser/internal/pipe/cask/cask.go
Line 172 in 15b4dd1
goreleaser/internal/client/github.go
Line 274 in 15b4dd1
if you look around these lines, you'll see there are different things going on if it is supposed to open a PR or not, as well as if the repository is a git url instead of github/gitlab/etc.
hope that helps!