Skip to content

Tags: hoophq/hsh

Tags

v0.3.2

Toggle v0.3.2's commit message
chore(release): 0.3.2 [skip ci]

v0.3.1

Toggle v0.3.1's commit message
chore(release): 0.3.1 [skip ci]

v0.3.0

Toggle v0.3.0's commit message
chore(release): 0.3.0 [skip ci]

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
racerxdl Lucas Teske
fix(build): pass archive list to sha256sum as array, not joined string

Bun's `$` treats every interpolation as a single literal argument (its
command-injection guard), so `${TARGETS.map(...).join(" ")}` was handed
to sha256sum as ONE filename containing spaces — which doesn't exist,
failing the release after all 6 archives had already built.

Pass the array directly so `$` expands it to separate arguments, and
use .cwd(DIST) + Bun.write so the manifest lists bare archive names
(hsh-linux-x64.tar.gz, …) the way brew and RD-220 expect. Verified
end-to-end locally: all 6 archives build and `sha256sum -c SHA256SUMS`
passes.

 🤖 Generated with Mister Maluco

Co-Authored-By: MisterMal <teskeslab@lucasteske.dev>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(release): don't fail bump step when version already matches tag (#23

)

🤖 Generated with Mister Maluco

Co-authored-by: MisterMal <teskeslab@lucasteske.dev>