Skip to content

Commit

Permalink
Add homebrew to goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Feb 5, 2018
1 parent 5a9a37c commit e48930d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Expand Up @@ -76,3 +76,13 @@ dockers:
- "{{ .Major }}.{{ .Minor }}"
- "{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- latest

brew:
homepage: http://aptomi.io
skip_upload: true
install: |
bin.install "aptomi"
bin.install "aptomictl"
github:
owner: aptomi
name: aptomi

0 comments on commit e48930d

Please sign in to comment.