Skip to content

Commit

Permalink
generated goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Nov 16, 2019
1 parent f501c9f commit 416fdcd
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
# Edit .goreleaser.yml.plush instead

# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
# Edit .goreleaser.yml.plush instead

# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
# Edit .goreleaser.yml.plush instead

builds:
-
goos:
Expand All @@ -15,23 +9,25 @@ builds:
- windows
env:
- CGO_ENABLED=0
# main: ./main.go
# binary: {{.Binary}}
# hooks:
# pre: packr
# post: packr clean
main: main.go

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brew:
- '^docs:'
- '^test:'

brews:
-
name: homebrew-tap
github:
owner: markbates
name: homebrew-tap

0 comments on commit 416fdcd

Please sign in to comment.