Skip to content

Commit

Permalink
Update .goreleaser.yml with Homebrew commiter info
Browse files Browse the repository at this point in the history
  • Loading branch information
gkze committed Jan 6, 2019
1 parent d433449 commit 9b327f8
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
---
archive:
replacements:
archive:
replacements:
386: i386
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
before:
hooks:
before:
hooks:
- go mod download
brew:
brew:
description: Explore your Github stars
folder: Formula
github:
github:
name: "homebrew-gkze"
owner: gkze
homepage: "https://github.com/gkze/stars"
test: "system \"#{bin}/stars -v\""
builds:
-
env:
commit_author:
name: gkze
email: [email protected]
builds:
-
env:
- "GO111MODULE=on"
- "CGO_ENABLED=0"
changelog:
filters:
exclude:
changelog:
filters:
exclude:
- "^docs:"
- "^test:"
sort: asc
checksum:
checksum:
name_template: checksums.txt
sign:
sign:
artifacts: checksum
snapshot:
snapshot:
name_template: "{{ .Tag }}-next"

0 comments on commit 9b327f8

Please sign in to comment.