From a2d6a71a142cc34ce97f482ba6192608a8adb967 Mon Sep 17 00:00:00 2001 From: xudong963 Date: Tue, 16 Sep 2025 19:32:44 +0800 Subject: [PATCH] Update release readme --- dev/release/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/release/README.md b/dev/release/README.md index 02c2f663c69b..5b51295efdd8 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -280,6 +280,7 @@ Verify that the Cargo.toml in the tarball contains the correct version (cd datafusion/execution && cargo publish) (cd datafusion/functions && cargo publish) (cd datafusion/physical-expr && cargo publish) +(cd datafusion/physical-expr-adapter && cargo publish) (cd datafusion/functions-aggregate && cargo publish) (cd datafusion/functions-window && cargo publish) (cd datafusion/functions-nested && cargo publish)