Skip to content

Commit

Permalink
Fix deprecated goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
csmith committed Dec 8, 2023
1 parent 6c9e7f8 commit 4788a55
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ milestones:
changelog:
skip: true
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{- .ProjectName }}_
{{- .Version}}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
files:
- notices/**/*
- README*
Expand Down

0 comments on commit 4788a55

Please sign in to comment.