feat: auto-generate SHA256 checksums for release attachments #174

Merged
jmiller merged 1 commits from feat/release-sha-checksums into dev 2026-05-26 00:08:54 +00:00
Owner

Adds checksums.sha256 manifest to every release with attachments.

Adds checksums.sha256 manifest to every release with attachments.
jmiller added 1 commit 2026-05-26 00:05:36 +00:00
feat: auto-generate SHA256 checksums for release attachments
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
PR RC Release / Build RC Release (pull_request) Successful in 2s
90f612f211
When a release is created or updated with attachments, automatically
compute SHA256 checksums for every file and attach a checksums.sha256
manifest file. The manifest follows the standard sha256sum format:
  <hash>  <filename>

Existing checksums.sha256 files are replaced when attachments change.
Checksums are generated for both CreateRelease and UpdateRelease flows.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit 30e16cccc1 into dev 2026-05-26 00:08:54 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#174