Skip to content

Commit

Permalink
Add homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj committed Jul 15, 2019
1 parent 061aefc commit 39d6aff
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,30 @@ dockers:
image_templates:
- 'kunickiaj/beer:{{ .Tag }}'
- 'kunickiaj/beer:latest'
brews:
-
name: beer

# Repository to push the tap to.
github:
owner: kunickiaj
name: homebrew-beer

url_template: "https://github.com/kunickiaj/beer/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

commit_author:
name: goreleaserbot
email: kunickiaj@gmail.com

folder: Formula

homepage: "https://github.com/kunickiaj/beer"
description: "CLI for managing your JIRA / Gerrit / git workflow."

skip_upload: auto

test: |
system "#{bin}/beer --help"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 39d6aff

Please sign in to comment.