remove sleeps from release checklist; no longer needed (#803)

This commit is contained in:
James Wilson
2023-01-25 09:01:35 +00:00
committed by GitHub
parent d92352ad73
commit 171bd62bb2
-3
View File
@@ -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);
```