sourcegraph/dev/release/README.md
Valery Bugakov 304acdb5da
web: migrate from yarn to pnpm (#46143)
Bazel's rules_js rely on the pnpm package manager. To simplify the integration, we're migrating to pnpm from our current package manager — yarn. Another reason to migrate is that pnpm is cool and fast. 😉
2023-01-11 19:50:09 -08:00

456 B

Sourcegraph release tool

This directory contains scripts and code to automate our releases. Refer to the handbook for details on our release process and how this tool is used.

To see all available steps:

pnpm run release help # add 'all' to see test commands as well

Before using this tool, please verify that the release configuration is set up correctly.