Skip to content

Commit

Permalink
Merge pull request #363 from Nmishin/feat/goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser deprecations
  • Loading branch information
kvendingoldo authored Feb 18, 2025
2 parents 7439866 + 28e8952 commit 349bcfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ signs:
id: gpg

archives:
- format: tar.gz
- formats:
- 'tar.gz'
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
Expand All @@ -349,7 +350,8 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
formats:
- 'zip'

release:
name_template: "Release {{.Tag}}"
Expand Down

0 comments on commit 349bcfd

Please sign in to comment.