From 64abb2b3c127f1b262bdd22ba532f23b67a1d47c Mon Sep 17 00:00:00 2001 From: Tylous Date: Fri, 25 Feb 2022 11:39:06 -0500 Subject: [PATCH] Delete .goreleaser.yml --- .goreleaser.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .goreleaser.yml diff --git a/.goreleaser.yml b/.goreleaser.yml deleted file mode 100644 index 15327ae..0000000 --- a/.goreleaser.yml +++ /dev/null @@ -1,35 +0,0 @@ -# This is an example goreleaser.yaml file with some sane defaults. -# Make sure to check the documentation at http://goreleaser.com -before: - hooks: - # You may remove this if you don't use go modules. - - go mod download - # you may remove this if you don't need go generate - - go generate ./... -builds: -- env: - - CGO_ENABLED=0 - goos: - - "darwin" - - "linux" - - "windows" - goarch: - - "amd64" -archives: - - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - format: binary - files: - - LICENSE.txt - - README.md -checksum: - name_template: '{{ .ProjectName }}_checksums.txt' -source: - enabled: false -snapshot: - name_template: "{{ .Tag }}-next" -changelog: - sort: asc - filters: - exclude: - - '^docs:' - - '^test:'