Skip to content

Commit 513efda

Browse files
committed
Apply some light edits to the publishing process
1 parent deff295 commit 513efda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Publishing process
22

3-
The process for getting the Reference content into a [Rust release](https://doc.rust-lang.org/reference/#rust-releases) and on the website is:
3+
The process for getting the Reference content into a [Rust release](https://doc.rust-lang.org/reference/#rust-releases) and on the website is as follows:
44

55
1. Changes are merged to this repository.
66
2. [Triagebot](https://forge.rust-lang.org/triagebot/doc-updates.html) will automatically synchronize this repository to [rust-lang/rust]. This happens every other week. The reference is tracked in [rust-lang/rust] as a [submodule](https://github.com/rust-lang/rust/tree/master/src/doc).
7-
- This will open a PR on [rust-lang/rust] which needs to be merged, and that can take up to several days.
8-
3. At midnight UTC, whatever is on the default branch of [rust-lang/rust] will be a part of that nightly release, and will be published after a few hours to <https://doc.rust-lang.org/nightly/reference/>.
9-
4. Following Rust's [release process](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html), every 6 weeks, nightly will be promoted to beta (<https://doc.rust-lang.org/beta/reference/>), and then 6 weeks after that it will be promoted to stable (<https://doc.rust-lang.org/stable/reference/>).
7+
- This will open a PR on [rust-lang/rust] that needs to be merged, which can take up to several days.
8+
3. At midnight UTC, whatever is on the default branch of [rust-lang/rust] will be part of that nightly release and will be published after a few hours to <https://doc.rust-lang.org/nightly/reference/>.
9+
4. Following Rust's [release process](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html), every 6 weeks, nightly is promoted to beta (<https://doc.rust-lang.org/beta/reference/>), and 6 weeks after that, it is promoted to stable (<https://doc.rust-lang.org/stable/reference/>).
1010

1111
[rust-lang/rust]: https://github.com/rust-lang/rust/

0 commit comments

Comments
 (0)