Skip to content

Commit 923055b

Browse files
authored
Update release checklist (#7478)
Just a small thing I found
1 parent 110d737 commit 923055b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Day of Release:
6262
- Create a new milestone for the next release, in 12 weeks time.
6363

6464
## Patch Release Process
65-
- Enumerate all PRs that haven't been backported yet. These use the `needs-backport` label. [GH Link](https://github.com/gfx-rs/wgpu/issues?q=label%3A%22PR%3A+needs+back-porting)
65+
- 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)
6666
- 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.
6767
- Remove the `needs-backport` label from the PRs.
6868
- Fix the changelogs items and add a new header for the patch release with the release version and date.

0 commit comments

Comments
 (0)