diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-27 00:26:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 00:26:39 +0200 |
commit | a05bb3924a6128cd3f8c41440a617ba6952bcbcb (patch) | |
tree | e291f4a51c67332f41d422261cc3500645fc4738 /tools/cut_a_release.md | |
parent | c6f4e4152992ade2e31a96ba3244afe7b9fc0ab8 (diff) |
chore: update cut_a_release.md (#11522)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 2853a9612..abc868477 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -8,7 +8,11 @@ cut.** 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). + +2. Before merging the PR, make sure that all tests pass when run using binary + produced from bumping crates (point 3. from below). + +3. Create a tag with the version number (_without_ `v` prefix). ## Updating the main repo @@ -80,6 +84,10 @@ 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. +14. Push a new tag to [`manual`](https://github.com/denoland/manual). The tag + must match the tag from point 9; you don't need to create dedicated commit + for that purpose, it's enough to tag the latest commit in that repo. + ## Updating `deno_docker` 1. Open a PR on the `deno_docker` repo that bumps the Deno version in all |