summaryrefslogtreecommitdiff
path: root/tools/release
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-11-24 13:00:39 -0500
committerGitHub <noreply@github.com>2023-11-24 13:00:39 -0500
commit57dc427c77b5220f9640c13b80c1736b1235d409 (patch)
tree00bc7be7b88f302ee5b40c66195addbada36cb9c /tools/release
parentc99de0493a135271af4e22f945c5969c5a9a3d4f (diff)
chore: break up some steps in release checklist (#21329)
Diffstat (limited to 'tools/release')
-rw-r--r--tools/release/release_doc_template.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md
index 4dea28f97..696138dca 100644
--- a/tools/release/release_doc_template.md
+++ b/tools/release/release_doc_template.md
@@ -138,12 +138,14 @@ verify on GitHub that everything looks correct.
- [ ] Publish the release on Github
-- [ ] Update https://github.com/denoland/dotcom/blob/main/versions.json, open a
- PR and merge.
+- [ ] Update https://github.com/denoland/dotcom/blob/main/versions.json and open
+ a PR.
+ - [ ] Merge the PR.
- [ ] Run
https://github.com/denoland/deno-docs/actions/workflows/update_versions.yml
- and merge the PR.
+ to automatically open a PR.
+ - [ ] Merge the PR.
- [ ] For minor releases: make sure https://github.com/mdn/browser-compat-data
has been updated to reflect Web API changes in this release. Usually done
@@ -160,6 +162,7 @@ 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
+ - [ ] Verify the workflow ran successfully.
<details>
<summary>Failure Steps</summary>