Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ archives:

checksum:
name_template: "checksums.txt"
algorithm: sha256

# One SPDX SBOM per released archive (generated with syft, which the
# release workflow installs). Lands next to the archives on the release
# page so consumers can audit exactly what each binary contains.
sboms:
- artifacts: archive
algorithm: sha256

snapshot:
version_template: "{{ incpatch .Version }}-next"
Expand Down
Loading