Files
bun.sh/packages/bun-release
Jarred Sumner e3188c918a use Biome to format Bun's codebase instead of Prettier (#8494)
* Ignore

* Create biome.json

* Ignore

* biome

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-01-25 19:15:26 -08:00
..
2023-02-01 10:28:01 -08:00
2023-02-01 10:28:01 -08:00
2023-02-01 10:28:01 -08:00
2023-04-07 15:38:38 -07:00
2023-02-01 10:28:01 -08:00
2023-02-01 10:28:01 -08:00

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.