Skip to content

Commit

Permalink
meta: Improve GoReleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed Jan 11, 2018
1 parent 5648ac5 commit cb2bafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ _testmain.go
*.test
*.prof
cfgt

dist/
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ changelog:
- Merge branch
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

0 comments on commit cb2bafd

Please sign in to comment.