File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,21 @@ After this, the release should be available on the Clippy [release page].
101101
102102[ release page ] : https://github.com/rust-lang/rust-clippy/releases
103103
104+ ## Update the ` stable ` branch
105+
106+ At this step you should have already checked out the commit of the ` rust-1.XX.0 `
107+ tag. Updating the stable branch from here is as easy as:
108+
109+ ``` bash
110+ # Assuming the current directory corresponds to the Clippy repository and the
111+ # commit of the just created rust-1.XX.0 tag is checked out.
112+ $ git push upstream rust-1.XX.0:stable # `upstream` is the `rust-lang/rust-clippy` remote
113+ ```
114+
115+ _ NOTE: Usually there are no stable backports for Clippy, so this update should
116+ be possible without force pushing or anything like this. If there should have
117+ happened a stable backport, make sure to re-merge those changes just as with the
118+ ` beta ` branch._
104119
105120## Update ` CHANGELOG.md `
106121
You can’t perform that action at this time.
0 commit comments