Files
ilovetui/.github/.goreleaser.yaml
T
2026-05-26 14:44:03 +02:00

22 lines
287 B
YAML

version: 2
before:
hooks:
- go mod tidy
archives:
- formats:
- tar.gz
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: checksums.txt
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^ci:"