From 397307ab4db4dc2f68cf1b7fe5f184f3d0fcba07 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 24 Jan 2023 17:11:40 +0000 Subject: [PATCH] remove sleeps from release checklist; no longer needed --- RELEASING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 1ec6d489ffc..b13cecbd4d0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -75,11 +75,8 @@ We also assume that ongoing work done is being merged directly to the `master` b ``` (cd metadata && cargo publish) && \ (cd codegen && cargo publish) && \ - sleep 10 && \ (cd macro && cargo publish) && \ - sleep 10 && \ (cd subxt && cargo publish) && \ - sleep 10 && \ (cd cli && cargo publish); ```