Skip to content

Commit

Permalink
Merge pull request #30 from MissionCriticalCloud/update_goreleaser_co…
Browse files Browse the repository at this point in the history
…nfig

Update Goreleaser config
  • Loading branch information
shoekstra authored Jan 27, 2019
2 parents 2fca373 + 4d03921 commit 09e0c27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ builds:
goarch:
- amd64
archive:
name_template: "{{ .Binary }}-{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
name_template: "{{ .Binary }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
format: binary
checksum:
name_template: "{{ .ProjectName }}_{{ .Tag }}_checksums.txt"
release:
draft: true
prerelease: false
name_template: "{{ .Tag }}"
changelog:
filters:
exclude:
- '(?!Merge pull request)'

0 comments on commit 09e0c27

Please sign in to comment.