From a7e0b9149cd01af5919a1981b4578850255bd941 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 12 Apr 2019 15:39:22 +0200 Subject: Add Cargo.lock to the repository. - This enables reproducible builds of our tools and shared objects. - Fixes #9. --- doc/release-checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3