Release v1.0.0 #major
release / goreleaser (push) Successful in 28s

This commit is contained in:
2026-06-03 00:39:15 -05:00
parent a56fd71f6f
commit 4d96b96bb8
+9 -3
View File
@@ -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