diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-04-26 05:38:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 03:38:49 +0000 |
commit | 78b630d92a1a2dbec6054e592d978a89d09af7fa (patch) | |
tree | e24ac212e9cdc0e08d85683cf6f5c4465e4e2a8a /tools/release | |
parent | 041d1e093bcac9a834afa1a2a036d07aef0ad1b2 (diff) |
ci: switch release doc to mention dotcom (#18845)
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index fe36d1677..c0eb9e214 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -5,7 +5,7 @@ - Forks and local clones of [`denoland/deno`](https://github.com/denoland/deno/), [`denoland/deno_std`](https://github.com/denoland/deno_std/), - [`denoland/dotland`](https://github.com/denoland/dotland/), + [`denoland/dotcom`](https://github.com/denoland/dotcom/), [`denoland/deno_docker`](https://github.com/denoland/deno_docker/) [`denoland/manual`](https://github.com/denoland/manual/) @@ -163,15 +163,14 @@ verify on GitHub that everything looks correct. - [ ] Publish the release on Github - [ ] Run the - https://github.com/denoland/dotland/actions/workflows/update_versions.yml + https://github.com/denoland/dotcom/actions/workflows/update_versions.yml workflow. - [ ] This should open a PR. Review and merge it. <details> <summary>Failure Steps</summary> - 1. Update https://github.com/denoland/dotland/blob/main/versions.json - manually. + 1. Update https://github.com/denoland/dotcom/blob/main/versions.json manually. 2. Open a PR and merge. </details> |