Skip to content

Commit

Permalink
remove dirty; git push
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 25, 2018
1 parent e044181 commit 9968306
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ builds:
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
name_template: '{{ .ProjectName }}_{{.Env.VERSION}}_checksums.txt'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_{{.Env.VERSION}}_{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
darwin: darwin
linux: linux
386: 386
amd64: amd64
format_overrides:
- goos: windows
format: zip
Expand Down
Loading

0 comments on commit 9968306

Please sign in to comment.