Skip to content

Commit 9f79e10

Browse files
docs(release-checklist): sync backporting label name with current one
1 parent 1bf1671 commit 9f79e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Day of Release:
6767
- [Rust Community Discord](https://discord.gg/rust-lang-community) in the #games-and-graphics channel
6868

6969
## 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)
70+
- 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)
7171
- 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.
7272
- Remove the `needs-backport` label from the PRs.
7373
- Fix the changelogs items and add a new header for the patch release with the release version and date.

0 commit comments

Comments
 (0)