We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700f235 commit 303b0dbCopy full SHA for 303b0db
docs/release-checklist.md
@@ -77,6 +77,10 @@ Day of Release:
77
- Checkout the release branch with the merged PR.
78
- Publish all relevant crates (see list above).
79
- Create a new release on the `wgpu` repo with the changelog and a tag called `vX.Y.Z` on the release branch.
80
+ - The release should start with a header saying the following (for example)
81
+ ```markdown
82
+ This release includes `crate1`, `crate2` and `crate3` version `X.Y.Z`. All other crates remain at their previous versions.
83
+ ```
84
- Backport the changelog and version bumps to the `trunk` branch.
85
- Ensure that any items in the newly-released changelog don't appear in the "unreleased" section of the trunk changelog.
86
- Update the release checklist with any needed changes.
0 commit comments