Skip to content

Commit

Permalink
include checksums in release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Oct 1, 2024
1 parent 3604480 commit 744fe10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ builds:
goos: [freebsd]
goarch: [386, amd64]

checksum:
name_template: "changelog-from-release_{{.Version}}_checksums.txt"
algorithm: sha256

archives:
- <<: &archives_defaults
files:
Expand Down

0 comments on commit 744fe10

Please sign in to comment.