1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/client
Carlos Alexandro Becker ec0df9ecd5
fix: failing when pull_request.base is empty (#4261)
if the base branch is empty, it'll try to fetch the default branch,
which would fail if base repo name/owner are also empty.

the default behavior when base owner/name are missing is to using
head's, so I changed it do that before trying to get the default branch,
which should fix the issue.
2023-08-27 16:40:40 -03:00
..
testdata feat: allow to PR homebrew taps (#3903) 2023-04-06 22:58:06 -03:00
client_test.go test: fix another gitea test 2023-07-14 01:36:48 +00:00
client.go fix(winget): improve commit msgs (#4199) 2023-07-19 22:04:45 -03:00
config_test.go feat: publish taps, krews and scoops to regular git repositories (#3961) 2023-04-30 10:18:13 -03:00
config.go feat: publish taps, krews and scoops to regular git repositories (#3961) 2023-04-30 10:18:13 -03:00
git_test.go feat: make git client support creating multiple files in a single commit (#4107) 2023-06-14 23:52:35 -03:00
git.go feat: make git client support creating multiple files in a single commit (#4107) 2023-06-14 23:52:35 -03:00
gitea_test.go feat: improve template error handling (#4256) 2023-08-24 22:06:12 -03:00
gitea.go test: fix broken gitea test due to api changes 2023-07-14 00:33:34 +00:00
github_test.go fix: failing when pull_request.base is empty (#4261) 2023-08-27 16:40:40 -03:00
github.go fix: failing when pull_request.base is empty (#4261) 2023-08-27 16:40:40 -03:00
gitlab_test.go test: improve test func names for clients 2023-07-14 01:42:00 +00:00
gitlab.go fix: improve "pushing" logs for multiple publishers 2023-05-19 14:10:06 +00:00
mock.go fix(winget): improve commit msgs (#4199) 2023-07-19 22:04:45 -03:00
release_notes_test.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00
release_notes.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00