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:
parent
c99de0493a
commit
57dc427c77
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue