1
0
Fork 0
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:
David Sherret 2023-09-19 20:47:51 -04:00 committed by GitHub
parent 81e55821d9
commit 69b7166c20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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