From 78b630d92a1a2dbec6054e592d978a89d09af7fa Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 26 Apr 2023 05:38:49 +0200 Subject: [PATCH] ci: switch release doc to mention dotcom (#18845) --- tools/release/release_doc_template.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index fe36d16777..c0eb9e2140 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.
Failure Steps - 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.