File tree 1 file changed +14
-2
lines changed
book/src/development/infrastructure 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,23 @@ As section headers, we use:
95
95
Please also be sure to update the Beta/Unreleased sections at the top with the
96
96
relevant commit ranges.
97
97
98
- If you have the time, it would be appreciated if you double-check, that the
99
- ` #[clippy::version] ` attributes for the added lints contains the correct version.
98
+ #### 3.1 Include ` beta-accepted ` PRs
99
+
100
+ Look for the [ ` beta-accepted ` ] label and make sure to also include the PRs with
101
+ that label in the changelog. If you can, remove the ` beta-accepted ` labels
102
+ ** after** the changelog PR was merged.
103
+
104
+ > _ Note:_ Some of those PRs might even got backported to the previous ` beta ` .
105
+ > Those have to be included in the changelog of the _ previous_ release.
106
+
107
+ ### 4. Update ` clippy::version ` attributes
108
+
109
+ Next, make sure to check that the ` #[clippy::version] ` attributes for the added
110
+ lints contain the correct version.
100
111
101
112
[ changelog ] : https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md
102
113
[ forge ] : https://forge.rust-lang.org/
103
114
[ rust_master_tools ] : https://github.com/rust-lang/rust/tree/master/src/tools/clippy
104
115
[ rust_beta_tools ] : https://github.com/rust-lang/rust/tree/beta/src/tools/clippy
105
116
[ rust_stable_tools ] : https://github.com/rust-lang/rust/releases
117
+ [ `beta-accepted` ] : https://github.com/rust-lang/rust-clippy/issues?q=label%3Abeta-accepted+
You can’t perform that action at this time.
0 commit comments