mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 06:13:36 +00:00
docs(RELEASE): remove refs. to d3d12
(#6478)
This commit is contained in:
parent
82f9ca6da8
commit
57fcc69768
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user