Skip to content

Commit ef9a56d

Browse files
authored
Update release instructions (#1331)
1. Changed the order of publishing ballista crates to crates.io to be correct (`core` must be published first) 2. Add instructions for publishing `datafusion-cli`
1 parent 42f8ab1 commit ef9a56d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/release/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,11 @@ following commands
290290
If there is a ballista release, run
291291

292292
```shell
293-
(cd ballista/rust/client && cargo publish)
294293
(cd ballista/rust/core && cargo publish)
295294
(cd ballista/rust/executor && cargo publish)
296295
(cd ballista/rust/scheduler && cargo publish)
296+
(cd ballista/rust/client && cargo publish)
297+
(cd datafusion-cli && cargo publish)
297298
```
298299

299300
### Publish on PyPI

0 commit comments

Comments
 (0)