1
Files
uploader_tools/.goreleaser.yml

55 lines
976 B
YAML
Raw Normal View History

2019-10-09 06:03:30 +04:00
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- binary: massdl
env:
- CGO_ENABLED=0
goos:
- darwin
- windows
- linux
- freebsd
goarch:
- amd64
- arm64
- arm
- 386
- ppc64le
- s390x
goarm:
- 6
- 7
2019-10-09 06:15:42 +04:00
ignore:
- goos: darwin
goarch: 386
2019-10-09 06:03:30 +04:00
main: ./cmd/massdl/
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
freebsd: FreeBSD
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
2019-10-13 00:10:52 +04:00
files:
- USAGE.md
- LICENSE
2019-10-09 06:03:30 +04:00
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
2019-10-09 06:15:42 +04:00
project_name: uploader_tools
2019-10-09 06:03:30 +04:00
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
gitea_urls:
api: https://source.hodakov.me/api/v1/