From ff2335c86ee6550573d663a57bcd2ad32c8f4003 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 8 Feb 2022 17:23:08 +0100 Subject: [PATCH] Update 'Release process' --- Release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-process.md b/Release-process.md index 6f2b653..101d5fd 100644 --- a/Release-process.md +++ b/Release-process.md @@ -1,4 +1,4 @@ -1. make sure version numbers are up to date in cargo.toml files in all subdirectories of src/ +1. make sure version numbers are up to date in cargo.toml files in all subdirectories of src/ (not only the version number of the crates themselves, but the version numbers of the dependencies to other garage crates) 2. make sure cargo.lock is updated and that everything builds 3. make a git commit 4. do `cargo publish` in all subdirectories, in topological sort order: util, rpc, table, model, api, web, garage