Files
bun.sh/packages/bun-release

bun-release

Scripts that release Bun to npm, Dockerhub, Homebrew, etc.

Running

bun run npm # build assets for the latest release
bun run npm -- <release> # build assets for the provided release
bun run npm -- <release> [dry-run|publish] # build and publish assets to npm

Credits

  • esbuild, for its npm scripts which this was largely based off of.