diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-11-17 21:47:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 21:47:40 +0900 |
commit | b7d14d9bd56b392d95f31fe90f66a469d3ce4a87 (patch) | |
tree | 6f1c8ce9b3da759ed226e3200e5914158f7ada98 /tools/release | |
parent | 21e6a7651967acbe8c35ec0e1e906cdcf3ce38b1 (diff) |
chore(tools): update release_doc_template.md (#21230)
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index ad444f566..2bb93ef12 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -6,8 +6,8 @@ [`denoland/deno`](https://github.com/denoland/deno/), [`denoland/deno_std`](https://github.com/denoland/deno_std/), [`denoland/dotcom`](https://github.com/denoland/dotcom/), - [`denoland/deno_docker`](https://github.com/denoland/deno_docker/) - [`denoland/manual`](https://github.com/denoland/manual/) + [`denoland/deno_docker`](https://github.com/denoland/deno_docker/), + [`denoland/deno-docs`](https://github.com/denoland/deno-docs) **During this process `main` branch (or any other branch that you're creating release from) should be frozen and no commits should land until the release is |