move the goreleaser config

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-20 10:27:35 +02:00
parent 67fe8eb911
commit e18f660e83
2 changed files with 1 additions and 1 deletions
+34
View File
@@ -0,0 +1,34 @@
version: 2
before:
hooks:
- go mod tidy
builds:
- binary: spilltea
main: ./cmd/spilltea
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
ldflags:
- -s -w -X main.version={{.Version}}
archives:
- formats:
- tar.gz
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: checksums.txt
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^ci:"