Skip to content

Commit 85709c7

Browse files
authored
chore: update release doc template (denoland#26406)
1 parent 0710af0 commit 85709c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tools/release/release_doc_template.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Release checklist: <LINK TO THIS FORKED GIST GOES HERE>
3030

3131
## Patch release preparation
3232

33-
**If you are cutting a patch release**: First you need to sync commits to the
33+
**If you are cutting a patch release**: First you need to sync commits to the
3434
`v$MINOR_VERSION` branch in the `deno` repo.
3535

3636
To do that, you need to cherry-pick commits from the main branch to the
@@ -75,13 +75,13 @@ verify on GitHub that everything looks correct.
7575
1. Click on the "Run workflow" button.
7676
1. In the drop down, select the minor branch (`v$MINOR_VERSION`) if doing a
7777
patch release or the main branch if doing a minor release.
78-
1. For the kind of release, select either "patch", "minor", or "major".
78+
1. For the kind of release, select either `patch` or `minor`.
7979
1. Run the workflow.
8080

8181
- [ ] Wait for the workflow to complete and for a pull request to be
8282
automatically opened. Review the pull request, make any necessary changes,
8383
and merge it.
84-
- ⛔ DO NOT create a release tag manually That will automatically happen.
84+
-**DO NOT** create a release tag manually That will automatically happen.
8585

8686
<details>
8787
<summary>Failure Steps</summary>
@@ -120,7 +120,8 @@ verify on GitHub that everything looks correct.
120120
(https://github.com/denoland/deno/releases).
121121

122122
- ⛔ Verify that:
123-
- [ ] There are 14 assets on the release draft.
123+
- [ ] There are 24 assets on the
124+
[GitHub release draft](https://github.com/denoland/deno/releases/v$VERSION).
124125
- [ ] There are 10 zip files for this version on
125126
[dl.deno.land](https://console.cloud.google.com/storage/browser/dl.deno.land/release/v$VERSION).
126127

0 commit comments

Comments
 (0)