Skip to content

fix(release): refactor SHA256 hash generation#103

Open
tcely wants to merge 1 commit intoactions:mainfrom
tcely:patch-1
Open

fix(release): refactor SHA256 hash generation#103
tcely wants to merge 1 commit intoactions:mainfrom
tcely:patch-1

Conversation

@tcely
Copy link
Copy Markdown

@tcely tcely commented Apr 19, 2026

  • Refactor the hash generation process to improve clarity and ensure valid file creation.
  • Add a verification step to handle errors more effectively.

The previous step generated lines that were invalid.

A single space was never acceptable as a field separator. The valid options were: 1) two spaces for text mode or 2) * for binary mode. Since we don't actually want line endings to be translated, marking with two spaces isn't what we should use either.

- Refactor the hash generation process to improve clarity and ensure valid file creation.
- Add a verification step to handle errors more effectively.

The previous step generated lines that were invalid.

A single space was never acceptable as a field separator.
The valid options were: 1) two spaces for text mode or 2) ` *` for binary mode.
Since we don't actually want line endings to be translated, marking with two spaces isn't what we should use either.
@tcely tcely marked this pull request as ready for review April 19, 2026 05:09
@tcely tcely requested a review from a team as a code owner April 19, 2026 05:09
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