From 4d96b96bb8e25797aaebfc25c77000f1a43cdd69 Mon Sep 17 00:00:00 2001 From: Francesco Destefano Date: Wed, 3 Jun 2026 00:39:15 -0500 Subject: [PATCH] Release v1.0.0 #major --- .goreleaser.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6337d9f..2b28459 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -11,9 +11,7 @@ before: builds: - id: renderer main: . - # Per-platform binary name so raw-binary uploads have unique filenames and - # can all live under a single package version on the Gitea registry. - binary: RocketLeagueBot-Renderer_{{ .Os }}_{{ .Arch }} + binary: RocketLeagueBot-Renderer # Pure-Go build (WASM SQLite, no cgo) — fully static, cross-compiles cleanly. env: - CGO_ENABLED=0 @@ -42,6 +40,14 @@ archives: {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }} files: - README.md + # Raw, per-platform binaries. `uploads` with mode: binary only has artifacts + # to send when an archive uses format: binary — without this it uploads + # nothing but checksums.txt. The name_template gives each binary a unique + # filename so they can all share one package version on the Gitea registry. + - id: binary + formats: [binary] + name_template: >- + {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }} checksum: name_template: checksums.txt