diff options
author | snek <the@snek.dev> | 2024-06-06 18:15:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 01:15:56 +0000 |
commit | a17794d5cf0c8d1ecc624c490071e5b3a5856bc7 (patch) | |
tree | 977b02030153ffedafc560d8abd28b4413a3acd5 /tools/cut_a_release.md | |
parent | 7a17eba5a748b2362bec48de4edd9f1c214df1f1 (diff) |
docs: clarify release instructions (#24124)
just a small change
Signed-off-by: snek <the@snek.dev>
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 843c94039..f697da211 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -2,7 +2,7 @@ 1. Go to this workflow: https://github.com/denoland/deno/actions/workflows/start_release.yml -1. Select the kind of release, then run the workflow. +1. Select the main branch, the kind of release, then run the workflow. 1. Wait for the "Create Gist URL" step to complete and look at its output for the Gist URL. 1. Follow the instructions in the gist. |