From 57dc427c77b5220f9640c13b80c1736b1235d409 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 24 Nov 2023 13:00:39 -0500 Subject: chore: break up some steps in release checklist (#21329) --- tools/release/release_doc_template.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tools/release') 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.
Failure Steps -- cgit v1.2.3