Skip to content

Commit

Permalink
Update goreleaser config (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-powell authored Feb 5, 2025
1 parent aa4e092 commit 8a054c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ builds:
- arm64

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 @@ -36,7 +36,7 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
formats: zip

changelog:
sort: asc
Expand Down
1 change: 1 addition & 0 deletions changes/20250205.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix depreciated goreleaser config format

0 comments on commit 8a054c7

Please sign in to comment.