Skip to content

Commit c4bdec8

Browse files
committed
add goreleaser
1 parent a4a403e commit c4bdec8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.goreleaser.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
snapshot:
2+
name_template: SNAPSHOT-{{.Commit}}
3+
4+
builds:
5+
- main: cmd/jocko/main.go
6+
binary: jocko
7+
goos:
8+
- darwin
9+
- linux
10+
goarch:
11+
- amd64
12+
13+
brew:
14+
github:
15+
owner: travisjeffery
16+
name: homebrew-tap
17+
18+
commit_author:
19+
name: travisjeffery
20+
email: tj@travisjeffery.com
21+
22+
folder: Formula
23+
24+
homepage: "https://github.com/travisjeffery"
25+
26+
description: "Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install)"
27+

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)