Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove sleeps from release checklist; no longer needed
  • Loading branch information
jsdw committed Jan 24, 2023
commit 397307ab4db4dc2f68cf1b7fe5f184f3d0fcba07
3 changes: 0 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```

Expand Down