Release v1.0.0 #major

This commit is contained in:
2026-06-02 23:41:36 -05:00
parent 296c3920a5
commit f8ef7f213a
2 changed files with 17 additions and 0 deletions
+13
View File
@@ -66,3 +66,16 @@ release:
gitea:
owner: texasmade
name: RocketLeagueBot-Renderer
# Upload each built binary to the Gitea generic package registry. The os/arch
# is encoded in the version segment, e.g.
# /api/packages/texasmade/generic/RocketLeagueBot-Renderer/1.0.0_darwin_amd64/RocketLeagueBot-Renderer
uploads:
- name: gitea
method: PUT
mode: binary
target: https://git.destefano.cloud/api/packages/texasmade/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }}
username: texasmade
# Password/token comes from the env var {NAME}_SECRET -> GITEA_SECRET.
custom_headers:
Content-Type: application/octet-stream