Skip to content

Commit f585609

Browse files
committed
update the release docs
1 parent 0d21fb5 commit f585609

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ Configuration goes in `release.toml`
1616
# First, choose `major`, `minor`, or `patch` for the level to release
1717

1818
# Next, run the command in dry-run mode
19-
$ cargo release -vv LEVEL
19+
$ cargo release -v LEVEL
2020

2121
# Then do it for real with the same level
2222
$ cargo release --execute LEVEL
23+
24+
# Then publish an updated tutorial
25+
$ script/publish_tutorial
2326
```

0 commit comments

Comments
 (0)