mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
chore: update release instructions (#11079)
Add instructions for the release process of `deno_std` and `deno_docker` repos
This commit is contained in:
parent
6261c89e04
commit
9c0b41e24b
1 changed files with 14 additions and 0 deletions
|
@ -4,6 +4,14 @@
|
|||
release from) should be frozen and no commits should land until the release is
|
||||
cut.**
|
||||
|
||||
## Updating `deno_std`
|
||||
|
||||
1. Open a PR on the `deno_std` repo that bumps the version in `version.ts` and
|
||||
updates `Releases.md`
|
||||
2. Create a tag with the version number (_without_ `v` prefix).
|
||||
|
||||
## Updating the main repo
|
||||
|
||||
1. Create a PR that bumps versions of all crates in `extensions` and `runtime`
|
||||
directories.
|
||||
|
||||
|
@ -67,3 +75,9 @@ The CI pipeline will create a release draft on GitHub
|
|||
|
||||
13. Update the Deno version on the website by updating
|
||||
https://github.com/denoland/deno_website2/blob/main/versions.json.
|
||||
|
||||
## Updating `deno_docker`
|
||||
|
||||
1. Open a PR on the `deno_docker` repo that bumps the Deno version in all
|
||||
Dockerfiles, the README and the example Dockerfile
|
||||
2. Create a tag with the version number (_without_ `v` prefix).
|
||||
|
|
Loading…
Add table
Reference in a new issue