Files
trackers/.goreleaser.yaml
Anton Vakhrushev 228b3423e7
All checks were successful
release / goreleaser (push) Successful in 10m7s
fix goreleaser options
2026-01-09 12:46:01 +03:00

38 lines
574 B
YAML

version: 2
project_name: trackers
builds:
- id: trackers
main: ./main.go
binary: trackers
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
archives:
- id: trackers
formats:
- tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- README.md
checksum:
name_template: checksums.txt
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
gitea_urls:
api: https://git.vakhrushev.me/api/v1
download: https://git.vakhrushev.me