-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update release instructions for 44.0.0 #13959
Conversation
@@ -274,13 +274,16 @@ 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/macros && cargo publish) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really need to publish these? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm thanks @alamb I'm not really sure if we need to publish macros and doc crates tbh.
I had to publish them as several of the other crates depend on them. For example, (I (re)discovered the new crates when I tried to publish version 44 and cargo wouldn't do so without having the docs and macros crates pubished first) |
Thanks @comphead and @phillipleblanc |
Which issue does this PR close?
44.0.0
#13334Rationale for this change
New crates got added as part of this release so we need to add them
What changes are included in this PR?
Update release instructions
Are these changes tested?
Are there any user-facing changes?