Skip to content

Commit

Permalink
Update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
mugli committed Aug 10, 2019
1 parent c4977f0 commit 378b79c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project_name: kill-mysql-query
before:
hooks:
- go mod download

builds:
- env:
- CGO_ENABLED=0
Expand All @@ -14,17 +15,25 @@ builds:
ignore:
- goos: darwin
goarch: 386

archives:
- replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
checksum:
name_template: 'checksums.txt'

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

changelog:
sort: asc
filters:
Expand Down

0 comments on commit 378b79c

Please sign in to comment.