Skip to content

Commit

Permalink
WIP: docs(RELEASE): remove refs. to d3d12
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Oct 25, 2024
1 parent 64a61ee commit 647a5b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`
Expand All @@ -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
Expand Down

0 comments on commit 647a5b8

Please sign in to comment.