summaryrefslogtreecommitdiff
path: root/tools/cut_a_release.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-11-01 16:22:27 -0400
committerGitHub <noreply@github.com>2021-11-01 16:22:27 -0400
commit0ec151b8cb2a92bb1765672fa15de23e6c8842d4 (patch)
treea1c126319d39e5db9bbed6174ec7708afbd47ae0 /tools/cut_a_release.md
parent2794d0b7a29dc2c84438f5004dd35d00d6d29007 (diff)
chore: upgrade deno_ast to 0.5.0 (#12595)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r--tools/cut_a_release.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md
index d82c39afc..7d70116eb 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -4,17 +4,17 @@
- [ ] An up to date stable Rust toolchain
- [ ] A binary version of `deno` available (hopefully built from `main`) that is
- going to be available throughout any local building you might do.
+ going to be available throughout any local building you might do.
- [ ] Forks and local clones of
- [`denoland/deno`](https://github.com/denoland/deno/),
- [`denoland/deno_std`](https://github.com/denoland/deno_std/),
- [`denoland/dotland`](https://github.com/denoland/dotland/) and
- [`denoland/deno_docker`](https://github.com/denoland/deno_docker/)
+ [`denoland/deno`](https://github.com/denoland/deno/),
+ [`denoland/deno_std`](https://github.com/denoland/deno_std/),
+ [`denoland/dotland`](https://github.com/denoland/dotland/) and
+ [`denoland/deno_docker`](https://github.com/denoland/deno_docker/)
- [ ] Ensure that external dependencies are up-to date in `denoland/deno` (e.g.
- `rusty_v8`, `serde_v8`, `deno_doc`, `deno_lint`).
+ `rusty_v8`, `serde_v8`, `deno_doc`, `deno_lint`).
- [ ] Ownership access on crates.io for the 19 (🙀) crates that you will be
- publishing. (Don't worry too much though as the main script publishing 18 of
- the crates allows recovery)
+ publishing. (Don't worry too much though as the main script publishing 18
+ of the crates allows recovery)
- [ ] Lot's of ☕
**During this process `main` branch (or any other branch that you're creating