sourcegraph/dev/release
2024-04-09 14:20:39 -05:00
..
.yarn [SG-39284] Upgrade yarn to the latest version (#39728) 2022-08-31 20:39:53 -07:00
src release: Remove indexer updates from release process (#60578) 2024-02-16 14:17:31 +00:00
templates Update release_issue_template.md (#60259) 2024-02-07 13:52:29 +02: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 5.3.3 patch (#61337) 2024-03-22 13:56:49 +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.