From 12a9fd2ffbe9f6e71f200bd33ff98e5706d68a12 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 31 Aug 2020 17:44:39 +0800 Subject: [PATCH] Update --- .goreleaser.yml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .goreleaser.yml diff --git a/.goreleaser.yml b/.goreleaser.yml deleted file mode 100644 index 74f0998..0000000 --- a/.goreleaser.yml +++ /dev/null @@ -1,44 +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 vgo - - go mod tidy - # you may remove this if you don't need go generate - - go generate ./... -builds: -- env: - - CGO_ENABLED=0 - id: "CloudflareScanner" - binary: "CloudflareScanner" - goos: - - darwin - - freebsd - - linux - - windows - goarch: - - 386 - - amd64 - - arm - #hooks: - #post: ./compile.bat "{{ dir .Path }}" -archives: -- replacements: - darwin: MacOS - linux: Linux - windows: Windows - freebsd: Freebsd - 386: x86 - amd64: x64 - files: - - ip.txt -checksum: - name_template: 'checksums.txt' -snapshot: - name_template: "v1.1.0" -changelog: - sort: asc - filters: - exclude: - - '^docs:' - - '^test:' \ No newline at end of file