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

This commit is contained in:
2026-06-03 00:34:11 -05:00
parent 85aea648f5
commit a56fd71f6f
+6 -2
View File
@@ -11,7 +11,9 @@ before:
builds: builds:
- id: renderer - id: renderer
main: . main: .
binary: RocketLeagueBot-Renderer # 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 }}
# Pure-Go build (WASM SQLite, no cgo) — fully static, cross-compiles cleanly. # Pure-Go build (WASM SQLite, no cgo) — fully static, cross-compiles cleanly.
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
@@ -69,8 +71,10 @@ release:
uploads: uploads:
- name: gitea-package-registry - name: gitea-package-registry
# Raw binaries (uniquely named per platform) plus checksums.txt, all under a
# single version: the standard Gitea generic layout .../{package}/{version}/{filename}
mode: binary mode: binary
target: "https://git.destefano.cloud/api/packages/texasmade/generic/RocketLeagueBot-Renderer/v{{ .Version }}_{{ .Os }}_{{ .Arch }}" target: "https://git.destefano.cloud/api/packages/texasmade/generic/RocketLeagueBot-Renderer/v{{ .Version }}"
username: "fdestefano" username: "fdestefano"
password: "{{ .Env.GITEA_SECRET }}" password: "{{ .Env.GITEA_SECRET }}"
checksum: true # adds checksum header to the request checksum: true # adds checksum header to the request