summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release-checklist.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index 8e991592..677f8f2e 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -1,6 +1,7 @@
This is a checklist for doing Sequoia releases.
- 1. Starting from origin/master, create a branch for the release.
+ 0. Starting from origin/master, create a branch for the release.
+ 1. Run 'cargo update && make check'.
2. For all 'Cargo.toml's: Bump version = "XXX".
3. For all 'Cargo.toml's: Bump documentation = "https://.../XXX/...".
4. For all 'Cargo.toml's: Bump intra-workspace dependencies.