summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-04-12 15:39:22 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-04-12 15:39:22 +0200
commita7e0b9149cd01af5919a1981b4578850255bd941 (patch)
treee12d1c4c50f757439c733a5d86c49998b81b6142 /doc
parenta6b4c677d1c8302c39b83de8d50716d912e2e95a (diff)
Add Cargo.lock to the repository.
- This enables reproducible builds of our tools and shared objects. - Fixes #9.
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.