Skip to content

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Nov 15, 2017
1 parent a4a403e commit c4bdec8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
snapshot:
name_template: SNAPSHOT-{{.Commit}}

builds:
- main: cmd/jocko/main.go
binary: jocko
goos:
- darwin
- linux
goarch:
- amd64

brew:
github:
owner: travisjeffery
name: homebrew-tap

commit_author:
name: travisjeffery
email: tj@travisjeffery.com

folder: Formula

homepage: "https://github.com/travisjeffery"

description: "Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install)"

2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4bdec8

Please sign in to comment.