sourcegraph/dev/release
Warren Gifford ea521b5757
Make the release tooling release:stage command target sourcegraph/docs (#59538)
attempt to fix release tooling to target new docs repo

Co-authored-by: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com>
2024-01-16 06:58:16 +00:00
..
.yarn [SG-39284] Upgrade yarn to the latest version (#39728) 2022-08-31 20:39:53 -07:00
src Make the release tooling release:stage command target sourcegraph/docs (#59538) 2024-01-16 06:58:16 +00:00
templates Add the step to create the release tracking issue (#59032) 2023-12-15 18:44:36 +00:00
testdata dev(release): fix batch changes, improve version replacement (#23440) 2021-08-03 09:57:20 +00:00
.eslintrc.js [SG-39797] Enable no-console ESLint rule (#40458) 2022-10-03 07:19:17 -07:00
.gitignore Release captain automation scripts (#6243) 2019-10-30 10:56:14 -07:00
package.json release-tool: refactor release config (#47711) 2023-02-17 11:00:42 -07:00
README.md web: migrate from yarn to pnpm (#46143) 2023-01-11 19:50:09 -08:00
release-config.jsonc release: close release 5.2.5 (#58978) 2023-12-13 23:00:16 +00:00
tsconfig.json web: fix pnpm-lock issue (#47478) 2023-02-09 22:04:31 -08:00

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.