docs(RELEASE): remove refs. to d3d12 (#6478)

This commit is contained in:
Erich Gubler 2024-10-30 21:43:59 -07:00 committed by GitHub
parent 82f9ca6da8
commit 57fcc69768
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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