Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Update 'goreleaser' config to use new syntax (#2079)
Browse files Browse the repository at this point in the history
Previous config used `brews`, which has been deprecated and superseded
by `tap`:
https://goreleaser.com/deprecations/#brewsgithub
  • Loading branch information
acaloiaro committed Jan 18, 2021
1 parent 00624d2 commit 8f65540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ changelog:
brews:
-
name: 'buffalo'
github:
tap:
owner: 'gobuffalo'
name: 'homebrew-tap'
install: |
Expand Down

0 comments on commit 8f65540

Please sign in to comment.