From 83ca861192c598ac0adacdafb7e106abd1ee07e6 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 31 Dec 2024 16:19:02 -0500 Subject: [PATCH] Update release instructions for 44.0.0 --- dev/release/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/release/README.md b/dev/release/README.md index 5dd9b4fc59fd..575daa1bd73c 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -274,6 +274,7 @@ Verify that the Cargo.toml in the tarball contains the correct version (cd datafusion/physical-expr-common && cargo publish) (cd datafusion/functions-aggregate-common && cargo publish) (cd datafusion/functions-window-common && cargo publish) +(cd datafusion/doc && cargo publish) (cd datafusion/expr && cargo publish) (cd datafusion/execution && cargo publish) (cd datafusion/physical-expr && cargo publish)