mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore: update manual instructions for doing a release (#20578)
This commit is contained in:
parent
81e55821d9
commit
69b7166c20
1 changed files with 3 additions and 6 deletions
|
@ -162,12 +162,9 @@ 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.
|
||||
|
||||
- [ ] Push a new tag to [`manual`](https://github.com/denoland/manual). The tag
|
||||
must match the CLI tag; you don't need to create dedicated commit for that
|
||||
purpose, it's enough to tag the latest commit in that repo.
|
||||
- [ ] Run
|
||||
https://github.com/denoland/deno-docs/actions/workflows/update_versions.yml
|
||||
and 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
|
||||
|
|
Loading…
Reference in a new issue