mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
attempt to fix release tooling to target new docs repo Co-authored-by: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .yarn | ||
| src | ||
| templates | ||
| testdata | ||
| .eslintrc.js | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| release-config.jsonc | ||
| tsconfig.json | ||
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.