From 061bcb53937548673fdaae0721a169018d322f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 11 Apr 2024 17:12:33 +0100 Subject: [PATCH] chore: update release doc template (#23299) Adjusts release doc template to changes made by @crowlKats in `apiland_scripts`. --- tools/release/release_doc_template.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index 83b5d67664..bed3a4def4 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -159,15 +159,21 @@ verify on GitHub that everything looks correct. This should occur after the Deno CLI & std are fully published, as the build script generates the symbols based on the latest tags. -- [ ] Run the release workflow in the apiland_scripts repo on the main branch: - https://github.com/denoland/apiland_scripts/actions/workflows/release.yml +- [ ] Run the `release CLI` workflow in the apiland_scripts repo on the main + branch: + https://github.com/denoland/apiland_scripts/actions/workflows/release_cli.yml + - [ ] Verify the workflow ran successfully. +- [ ] Run the `release STD` workflow in the apiland_scripts repo on the main + branch: + https://github.com/denoland/apiland_scripts/actions/workflows/release_std.yml - [ ] Verify the workflow ran successfully.
Failure Steps 1. Clone `deno/apiland_scripts`. - 2. Execute `deno task release`. + 2. Execute `deno task release:cli`. + 3. Execute `deno task release:std`.
## Updating `deno_docker`