Skip to content

Commit

Permalink
update macros and order
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 31, 2024
1 parent 83ca861 commit d4af069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,11 @@ Verify that the Cargo.toml in the tarball contains the correct version
(cd datafusion/functions-aggregate-common && cargo publish)
(cd datafusion/functions-window-common && cargo publish)
(cd datafusion/doc && cargo publish)
(cd datafusion/macros && cargo publish)
(cd datafusion/expr && cargo publish)
(cd datafusion/execution && cargo publish)
(cd datafusion/physical-expr && cargo publish)
(cd datafusion/functions && cargo publish)
(cd datafusion/physical-expr && cargo publish)
(cd datafusion/functions-aggregate && cargo publish)
(cd datafusion/functions-window && cargo publish)
(cd datafusion/functions-nested && cargo publish)
Expand Down

0 comments on commit d4af069

Please sign in to comment.