sourcegraph/dev/release
Camden Cheek 1ead945267
Docs: update links to point to new site (#60381)
We have a number of docs links in the product that point to the old doc site. 

Method:
- Search the repo for `docs.sourcegraph.com`
- Exclude the `doc/` dir, all test fixtures, and `CHANGELOG.md`
- For each, replace `docs.sourcegraph.com` with `sourcegraph.com/docs`
- Navigate to the resulting URL ensuring it's not a dead link, updating the URL if necessary

Many of the URLs updated are just comments, but since I'm doing a manual audit of each URL anyways, I felt it was worth it to update these while I was at it.
2024-02-13 00:23:47 +00:00
..
.yarn [SG-39284] Upgrade yarn to the latest version (#39728) 2022-08-31 20:39:53 -07:00
src Docs: update links to point to new site (#60381) 2024-02-13 00:23:47 +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: activate 5.3 release (#60029) 2024-02-01 00:11:07 +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.