chore: remove goreleaser config

This commit is contained in:
Dan Anglin 2020-02-14 13:25:28 +00:00
parent 89f9edb188
commit 8b8f55f577
No known key found for this signature in database
GPG key ID: 7AC2B18EC1D09F27

View file

@ -1,51 +0,0 @@
---
project_name: pominal
before:
hooks:
- go mod download
builds:
- binary: pominal
env:
- CGO_ENABLED=0
flags:
- -a
- -v
goarch:
- 386
- amd64
goos:
- linux
id: pominal-build
ldflags:
- "-s -w -X main.version={{ .Version }} -X main.commit={{ .ShortCommit }} -X main.date={{ .Date }} -X main.goversion={{ .Env.GOVERSION }}"
archives:
- files:
- LICENSE
- README.md
- assets/**/*
format: tar.gz
id: pominal-archive
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
386: i386
amd64: x86_64
wrap_in_directory: true
checksum:
algorithm: sha256
name_template: "{{ .ProjectName }}-{{ .Version }}-CHECKSUMS.txt"
snapshot:
name_template: "SNAPSHOT-{{ .ShortCommit }}"
changelog:
sort: desc
filters:
exclude:
- "^docs:"
- "^test:"
- "^chore:"
- "^ci:"