Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update release doc template #26406

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions tools/release/release_doc_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Release checklist: <LINK TO THIS FORKED GIST GOES HERE>

## Patch release preparation

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

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

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

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

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

Expand Down