Skip to content

Commit 8c5621a

Browse files
style(release-checklist): run prettier
1 parent 9f79e10 commit 8c5621a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/release-checklist.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Anyone in the @gfx-rs/wgpu team can perform these steps.
1313
## Major Release Process
1414

1515
Approx 1 Week Before:
16+
1617
- Determine if `glow` (@groves), `metal-rs` (@gfx-rs/wgpu) or any other dependant crates will need a release. If so, coordinate with their maintainers.
1718
- Go through the changelog:
1819
- Re-categorize miscategorized items.
@@ -21,6 +22,7 @@ Approx 1 Week Before:
2122
- Copy-edit the changelog for clarity.
2223

2324
Day of Release:
25+
2426
- Update the version number in the root `Cargo.toml` to the new version, this will update all crates to the new version.
2527
- Bump the wgpu dependency numbers in the following places:
2628
- `Cargo.toml`
@@ -67,6 +69,7 @@ Day of Release:
6769
- [Rust Community Discord](https://discord.gg/rust-lang-community) in the #games-and-graphics channel
6870

6971
## Patch Release Process
72+
7073
- 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)
7174
- 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.
7275
- Remove the `needs-backport` label from the PRs.

0 commit comments

Comments
 (0)