Skip to content

Commit

Permalink
Update .goreleaser.yaml again
Browse files Browse the repository at this point in the history
This reverts commit b41fe6e.
  • Loading branch information
sorairolake committed May 13, 2024
1 parent 7432c41 commit f0b47f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builds:
- arm64

archives:
- format: tar.gz
- format: tar.zst
# use zip for windows archives
format_overrides:
- goos: windows
Expand All @@ -42,6 +42,9 @@ archives:
- LICENSES/*
- README.md

checksum:
algorithm: blake2b

changelog:
sort: asc
filters:
Expand Down

0 comments on commit f0b47f5

Please sign in to comment.