goreleaser: remove gitea parts.

This commit is contained in:
2025-11-18 14:11:31 -08:00
parent 8ca8538268
commit a3a8115279

View File

@@ -419,14 +419,9 @@ builds:
archives: archives:
- formats: [tar.gz] - formats: [tar.gz]
# this name template makes the OS and Arch compatible with the results of `uname`. # archive filename: name_version_os_arch
name_template: >- name_template: >-
{{ .ProjectName }}_ {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives # use zip for windows archives
format_overrides: format_overrides:
- goos: windows - goos: windows
@@ -439,15 +434,9 @@ changelog:
- "^docs:" - "^docs:"
- "^test:" - "^test:"
gitea_urls:
api: https://git.wntrmute.dev/api/v1
download: https://git.wntrmute.dev/
# set to true if you use a self-signed certificate
skip_tls_verify: false
release: release:
github: github:
owner: kyle owner: kisom
name: goutils name: goutils
footer: >- footer: >-