1
1
mirror of https://github.com/wader/fq.git synced 2024-08-16 15:30:36 +03:00

goreleaser: Cleanup

This commit is contained in:
Mattias Wadman 2021-10-05 12:27:24 +02:00
parent 71e87e6ff2
commit ac106d9ca5

View File

@ -24,16 +24,16 @@ builds:
- -X main.date={{.CommitDate}}
- -X main.builtBy=goreleaser
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
archives:
- files:
- none*
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macos
- files:
- none*
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macos
snapshot:
name_template: "{{.Tag}}-next"
@ -42,8 +42,8 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"
brews:
- tap:
@ -54,4 +54,4 @@ brews:
description: jq for binaries
license: MIT
test: |
system "#{bin}/fq -v"
system "#{bin}/fq -v"