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: src/tools/clippy/book/src/development/infrastructure/changelog_update.md
-22
Original file line number
Diff line number
Diff line change
@@ -56,28 +56,6 @@ and open that file in your editor of choice.
56
56
When updating the changelog it's also a good idea to make sure that `commit1` is
57
57
already correct in the current changelog.
58
58
59
-
#### PR ranges
60
-
61
-
We developed the concept of PR ranges to help the user understand the size of a new update. To create a PR range,
62
-
get the current release date and the date that the last version was released (YYYY-MM-DD) and use the following link:
63
-
64
-
```
65
-
[**View <NUMBER OF PRs> PRs merged since 1.<LAST VERSION NUM>**](https://github.com/rust-lang/rust-clippy/pulls?q=is%3Apr+is%3Aclosed+merged%3A<LAST VERSION DATE>..<CURRENT VERSION DATE>+base%3Amaster+sort%3Amerged-desc+)
66
-
```
67
-
68
-
> Note: Be sure to check click the link and check how many PRs got merged between
69
-
70
-
Example:
71
-
72
-
```
73
-
[**View 85 PRs merged since 1.69**](https://github.com/rust-lang/rust-clippy/pulls?q=is%3Apr+is%3Aclosed+merged%3A2023-04-20..2023-06-01+base%3Amaster+sort%3Amerged-desc+)
74
-
```
75
-
76
-
Which renders to:
77
-
[**View 85 PRs merged since 1.69**](https://github.com/rust-lang/rust-clippy/pulls?q=is%3Apr+is%3Aclosed+merged%3A2023-04-20..2023-06-01+base%3Amaster+sort%3Amerged-desc+)
78
-
79
-
Note that **commit ranges should not be included**, only PR ranges.
80
-
81
59
### 3. Authoring the final changelog
82
60
83
61
The above script should have dumped all the relevant PRs to the file you
0 commit comments