From 57fcc697685ef59cf8d03305bf848a6caf36803c Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Wed, 30 Oct 2024 21:43:59 -0700 Subject: [PATCH] docs(RELEASE): remove refs. to `d3d12` (#6478) --- RELEASE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 561c7fcad..768167d12 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -10,7 +10,7 @@ We do a patch releases as needed in the weeks between major releases. Once a new Anyone can perform most of these steps, except actually publishing the crates. -Currently only @kvark and @cwfitzgerald can publish all crates. @grovesNL can also publish `wgpu` crates. @jimblandy can publish `naga` crates. @msiglreith can publish `d3d12`. +Currently only @kvark and @cwfitzgerald can publish all crates. @grovesNL can also publish `wgpu` crates. @jimblandy can publish `naga` crates. ## Major Release Process @@ -24,7 +24,6 @@ Approx 1 Week Before: Day of Release: - Update all crates to be the new version. We bump all versions even if there were no changes. - - `d3d12` - `naga` - `naga-cli` - `wgpu-types` @@ -38,7 +37,6 @@ Day of Release: - Checkout `trunk` with the merged PR. - Publish! These commands can be pasted directly into your terminal in a single command, and they will publish everything. ```bash - cargo publish -p d3d12 cargo publish -p naga cargo publish -p naga-cli cargo publish -p wgpu-types