@@ -84,9 +84,6 @@ $ git push origin rust-1.YY.0
84
84
You'll need to temporarily disable branch protection on GitHub to push the new
85
85
branch.
86
86
87
- In theory one day we'll do the same for rust-lang/rls, but for now we haven't
88
- done this yet.
89
-
90
87
Temporarily disable banch protection on GitHub for the ` beta ` branch of the Rust
91
88
repo. Promote rust-lang/rust's master branch to beta as with yesterday:
92
89
@@ -108,15 +105,8 @@ branch of rust-lang/rust which:
108
105
- Uncomment ` dev: 1 `
109
106
- Update src/ci/run.sh to pass "--release-channel=beta".
110
107
111
- Note that you probably don't want to update the RLS if it's working, but if it's
112
- not working beta won't land and it'll need to get updated. After this PR merges
113
- (through @bors ) the beta should be automatically released.
114
-
115
108
## Master bootstrap update (T-1 day, Wednesday)
116
109
117
- Write a new blog post, update rust-www, and update rust-forge. Submit PRs for
118
- tomorrow.
119
-
120
110
Send a PR to the master branch to:
121
111
122
112
- modify src/stage0.txt to bootstrap from yesterday's beta
@@ -172,18 +162,6 @@ Decide on a time to do the release, T.
172
162
173
163
Bask in your success.
174
164
175
- ## Update dependencies (T+1 day, Friday)
176
-
177
- In the repo:
178
-
179
- ``` bash
180
- $ cd src
181
- $ cargo update
182
- ```
183
-
184
- The very ambitious can use https://crates.io/crates/cargo-outdated and update
185
- through breaking changes.
186
-
187
165
## Publishing a nightly based off a try build
188
166
189
167
Sometimes a PR requires testing how it behaves when downloaded from rustup, for
0 commit comments