Skip to content

Commit

Permalink
Added support for creating a brew formula via goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bmonkman committed Jul 17, 2020
1 parent 30d547c commit ee7a138
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .goreleaser.yml
@@ -1,5 +1,4 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
# http://goreleaser.com
before:
hooks:
- go mod download
Expand All @@ -22,3 +21,21 @@ changelog:
exclude:
- '^docs:'
- '^test:'

brews:
- name: zero
tap:
owner: commitdev
name: homebrew-zero
commit_author:
name: Commit.dev
email: contact@commit.dev
homepage: "https://github.com/commitdev/zero"
description: "Allow startup developers to ship to production on day 1."
dependencies:
- name: git
- name: terraform
- name: jq
- name: awscli
test: |
system "#{bin}/zero version"

0 comments on commit ee7a138

Please sign in to comment.