Skip to content

Commit

Permalink
[goreleaser] specify branch name for PR
Browse files Browse the repository at this point in the history
This property defaults to the repo's default branch which is causing
goreleaser to attempt to merge directly to `main`. Setting this property
to another branch name should hopefully allow it to create a PR and
successfully update the tap.
  • Loading branch information
ryan-ph committed Sep 4, 2024
1 parent 5857aee commit 697216e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ brews:
- repository:
owner: mercari
name: hcledit
branch: update-brew-formula
pull_request:
enabled: true
base:
Expand Down

0 comments on commit 697216e

Please sign in to comment.