Skip to content

Commit 0c30efe

Browse files
docs(release-checklist): sync backporting label name with current one (#8062)
1 parent 24a05fe commit 0c30efe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/release-checklist.md

Lines changed: 4 additions & 1 deletion
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,7 +69,8 @@ Day of Release:
6769
- [Rust Community Discord](https://discord.gg/rust-lang-community) in the #games-and-graphics channel
6870

6971
## Patch Release Process
70-
- Enumerate all PRs that haven't been backported yet. These use the `needs-backport` label. [GH Link](https://github.com/gfx-rs/wgpu/pulls?q=sort%3Aupdated-desc+is%3Apr+label%3A%22PR%3A+needs+back-porting%22)
72+
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)
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.
7376
- Fix the changelogs items and add a new header for the patch release with the release version and date.

0 commit comments

Comments
 (0)