Update .goreleaser.yaml to use hyphens in name templates for archives and releases #9

Merged
s1d3sw1ped merged 1 commits from fix/goreleaser-config-fix-really into main 2025-07-19 03:23:09 -05:00

View File

@@ -30,7 +30,7 @@ checksum:
archives:
- id: default
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
formats: tar.gz
format_overrides:
- goos: windows
@@ -47,7 +47,7 @@ changelog:
- "^test:"
release:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
name_template: "{{ .ProjectName }}-{{ .Version }}"
footer: "Copyright (c) 2025 s1d3sw1ped"
gitea_urls: