diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 079de0b..b6c535d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -419,14 +419,9 @@ builds: archives: - 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: >- - {{ .ProjectName }}_ - {{- title .Os }}_ - {{- if eq .Arch "amd64" }}x86_64 - {{- else if eq .Arch "386" }}i386 - {{- else }}{{ .Arch }}{{ end }} - {{- if .Arm }}v{{ .Arm }}{{ end }} + {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }} # use zip for windows archives format_overrides: - goos: windows @@ -439,15 +434,9 @@ changelog: - "^docs:" - "^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: github: - owner: kyle + owner: kisom name: goutils footer: >-