1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

chore: break up some steps in release checklist (#21329)

This commit is contained in:
David Sherret 2023-11-24 13:00:39 -05:00 committed by GitHub
parent c99de0493a
commit 57dc427c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>