summaryrefslogtreecommitdiff
path: root/tools/cut_a_release.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-09-15 09:16:06 -0400
committerGitHub <noreply@github.com>2021-09-15 09:16:06 -0400
commit4283e2907e13a089fa2d026c92e074f019550880 (patch)
treec27bb27881ed30edb015b415dd0696c18bdf593a /tools/cut_a_release.md
parentbadc87e657f61c522fcf149f23f9a0204c35714f (diff)
chore(scripts): improvements to the release scripts based on the 1.14 release (#12079)
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 5335518c7..5ce421d8b 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -52,19 +52,19 @@ cut.**
13. Wait for CI pipeline on the created tag branch to pass.
-The CI pipeline will create a release draft on GitHub
-(https://github.com/denoland/deno/releases).
+ The CI pipeline will create a release draft on GitHub
+ (https://github.com/denoland/deno/releases).
-11. Upload Apple M1 build to the release draft & to dl.deno.land.
+14. Upload Apple M1 build to the release draft & to dl.deno.land.
-12. Publish the release on Github
+15. Publish the release on Github
-13. Update the Deno version on the website by updating
+16. 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.
+17. 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.
## Updating `deno_docker`