diff --git a/.goreleaser.yml b/.goreleaser.yml index 766c87e4..bc0afb35 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -59,20 +59,20 @@ release: # GitHub. # Defaults to false. # disable: true -# brews: -# - github: -# owner: timothystiles -# name: homebrew-poly -# folder: Formula -# homepage: https://github.com/TimothyStiles/poly -# description: A command line utility for engineering organisms. -# test: | -# system "#{bin}/poly -h" -# dependencies: -# - name: go -# commit_author: -# name: Tim -# email: TimothyStiles@users.noreply.github.com +brews: + - github: + owner: timothystiles + name: homebrew-poly + folder: Formula + homepage: https://github.com/TimothyStiles/poly + description: A command line utility for engineering organisms. + test: | + system "#{bin}/poly -h" + dependencies: + - name: go + commit_author: + name: Tim + email: TimothyStiles@users.noreply.github.com nfpms: - file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' homepage: https://github.com/TimothyStiles/poly