Release v1.0.0 #major

This commit is contained in:
2026-06-03 00:08:50 -05:00
parent 20e80db23c
commit 09e6e0f946
+4 -10
View File
@@ -67,16 +67,10 @@ release:
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
- name: gitea-package-registry
mode: binary
target: https://git.destefano.cloud/api/packages/texasmade/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }}
username: fdestefano
target: "https://git.destefano.cloud/api/packages/texasmade/generic/RocketLeagueBot-Renderer/v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
username: "fdestefano"
password: "{{ .Env.GITEA_SECRET }}"
# Password/token comes from the env var {NAME}_SECRET -> GITEA_SECRET.
custom_headers:
Content-Type: application/octet-stream
checksum: true # adds checksum header to the request