mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:11:49 +00:00
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. 😉
456 B
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.