You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-checklist.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Anyone in the @gfx-rs/wgpu team can perform these steps.
13
13
## Major Release Process
14
14
15
15
Approx 1 Week Before:
16
+
16
17
- Determine if `glow` (@groves), `metal-rs` (@gfx-rs/wgpu) or any other dependant crates will need a release. If so, coordinate with their maintainers.
17
18
- Go through the changelog:
18
19
- Re-categorize miscategorized items.
@@ -21,6 +22,7 @@ Approx 1 Week Before:
21
22
- Copy-edit the changelog for clarity.
22
23
23
24
Day of Release:
25
+
24
26
- Update the version number in the root `Cargo.toml` to the new version, this will update all crates to the new version.
25
27
- Bump the wgpu dependency numbers in the following places:
26
28
-`Cargo.toml`
@@ -67,6 +69,7 @@ Day of Release:
67
69
-[Rust Community Discord](https://discord.gg/rust-lang-community) in the #games-and-graphics channel
68
70
69
71
## Patch Release Process
72
+
70
73
- Enumerate all PRs that haven't been backported yet. These use the `PR: needs back-porting` label. [GH Link](https://github.com/gfx-rs/wgpu/pulls?q=sort%3Aupdated-desc+is%3Apr+label%3A%22PR%3A+needs+back-porting%22)
71
74
- On _your own branch_ based on the latest release branch. Cherry-pick the PRs that need to be backported. When modifying the commits, use --append to retain their original authorship.
0 commit comments