From 303b0db00ef14431c75929814702aaef07c8cdbb Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Fri, 11 Apr 2025 15:07:49 -0400 Subject: [PATCH] Update release checklist --- docs/release-checklist.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-checklist.md b/docs/release-checklist.md index eddd1cb9f..a314e6c70 100644 --- a/docs/release-checklist.md +++ b/docs/release-checklist.md @@ -77,6 +77,10 @@ Day of Release: - Checkout the release branch with the merged PR. - Publish all relevant crates (see list above). - Create a new release on the `wgpu` repo with the changelog and a tag called `vX.Y.Z` on the release branch. + - The release should start with a header saying the following (for example) + ```markdown + This release includes `crate1`, `crate2` and `crate3` version `X.Y.Z`. All other crates remain at their previous versions. + ``` - Backport the changelog and version bumps to the `trunk` branch. - Ensure that any items in the newly-released changelog don't appear in the "unreleased" section of the trunk changelog. - Update the release checklist with any needed changes.