Skip to content

Conversation

yuya-takeyama
Copy link
Owner

Summary

  • Simplified GoReleaser checksum filename from versioned format to plain checksums.txt
  • Updated release workflow to match the new filename pattern

Why

  • Simpler and more predictable release artifact naming
  • Easier integration with external tools like aqua-registry
  • No need to include project name and version in checksum filename

Changes

  • .goreleaser.yml: Changed name_template from {{ .ProjectName }}_{{ .Version }}_checksums.txt to checksums.txt
  • .github/workflows/release.yaml: Updated file pattern from *checksums.txt to checksums.txt for clarity

- Changed GoReleaser checksum name_template from versioned format to simple checksums.txt
- Updated release workflow to match the new checksum filename pattern
- This simplifies the release artifacts and makes them more predictable
@yuya-takeyama yuya-takeyama marked this pull request as ready for review August 10, 2025 10:07
@yuya-takeyama yuya-takeyama merged commit c6064b1 into main Aug 10, 2025
1 check passed
@yuya-takeyama yuya-takeyama deleted the yuya-takeyama/feat/simplify-checksum-filename branch August 10, 2025 10:07
@yuya-takeyama-tagpr yuya-takeyama-tagpr bot mentioned this pull request Aug 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant