Skip to content

Commit 38fc678

Browse files
committed
Adding the Rust By Example documentation to the release process rust-lang/rust#46194
1 parent d6ee5e0 commit 38fc678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release-process.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ From within the repo:
1515
$ cd src/doc/book
1616
$ git fetch origin
1717
$ git reset --hard origin/master
18+
$ cd ../rust-by-example
19+
$ git fetch origin
20+
$ git reset --hard origin/master
1821
$ cd ../reference
1922
$ git fetch origin
2023
$ git reset --hard origin/master

0 commit comments

Comments
 (0)