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

Commit

Permalink
generated goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 15, 2018
1 parent 5c8a40b commit 0ff7229
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@ changelog:
- '^docs:'
- '^test:'

brew:
name: buffalo
github:
owner: gobuffalo
name: homebrew-tap
homepage: https://gobuffalo.io
description: A Go web development eco-system, designed to make your life easier.
install: |
bin.install "buffalo-no-sqlite"
mv "#{bin}/buffalo-no-sqlite", "#{bin}/buffalo"
test: |
system "#{bin}/buffalo", "version"

0 comments on commit 0ff7229

Please sign in to comment.