v0.1.15: run release:github with bun
run release:github with bun
Fixes the release:github npm script, which invoked tsx — not a project dependency — and could not execute under Bun.
Fixed:
release:githubrunsscripts/release-github.tsviabun runinstead oftsx.
193 tests pass; bun run devcheck clean.