Skip to content

Commit

Permalink
chore: remove deprecated "replacements"
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jun 8, 2024
1 parent 4f9d47a commit 32e045f
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,12 @@ archives:
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
darwin: macOS
linux: Linux
windows: Windows
# name_template: >-
# {{ .ProjectName }}_
# {{ .Version }}_
# {{- if eq .Os "darwin" }}macOS_
# {{- else }}{{- title .Os }}_{{ end }}
# {{- if eq .Arch "amd64" }}64-bit
# {{- else if eq .Arch "386" }}i386
# {{- else }}{{ .Arch }}{{ end }}
name_template: >-
vale_{{ .Version }}_
{{- if eq .Os "darwin" }}macOS_
{{- else }}{{- title .Os }}_{{ end }}
{{- if eq .Arch "amd64" }}64-bit
{{- else }}{{ .Arch }}{{ end }}
chocolateys:
- # Your app's package name.
Expand Down

0 comments on commit 32e045f

Please sign in to comment.