Files
trackers/.goreleaser.yaml
Anton Vakhrushev 01f8bf706f
All checks were successful
release / goreleaser (push) Successful in 10m24s
fix release workflow
2026-01-09 12:35:39 +03:00

37 lines
582 B
YAML

project_name: trackers
builds:
- id: trackers
main: ./main.go
binary: trackers
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
archives:
- id: trackers
builds:
- trackers
format: 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