Skip to content

Commit

Permalink
Add publishing datafusion-sqllogictest to release README.md (apache#1…
Browse files Browse the repository at this point in the history
…4233)

* Minor: Add publishing datafusion-sqllogictest to release README.md

* Add description
  • Loading branch information
alamb authored Jan 23, 2025
1 parent 12c2e7d commit 440fcb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

[package]
authors = { workspace = true }
description = "DataFusion sqllogictest driver"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ Verify that the Cargo.toml in the tarball contains the correct version
(cd datafusion/substrait && cargo publish)
(cd datafusion/ffi && cargo publish)
(cd datafusion-cli && cargo publish)
(cd datafusion/sqllogictest && cargo publish)
```

### Publish datafusion-cli on Homebrew
Expand Down

0 comments on commit 440fcb2

Please sign in to comment.