add release workflow
Some checks failed
release / goreleaser (push) Failing after 5m51s

This commit is contained in:
2026-01-09 12:23:49 +03:00
parent 1ab6f13547
commit 1fffa0172d
2 changed files with 66 additions and 0 deletions

32
.goreleaser.yaml Normal file
View File

@@ -0,0 +1,32 @@
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:"