Skip to content

Commit

Permalink
Merge pull request #73 from rsteube/goreleaser-fix
Browse files Browse the repository at this point in the history
goreleaser: fix deprecated config
  • Loading branch information
rsteube authored Mar 28, 2023
2 parents fc1b2da + 3a696c7 commit 1ff1649
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ builds:
tags:
- release
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
name_template: "invoke-completion_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format_overrides:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 1ff1649

Please sign in to comment.