mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
remove sleeps from release checklist; no longer needed (#803)
This commit is contained in:
@@ -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);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user