Skip to content
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

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 31, 2024

Which issue does this PR close?

Rationale 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?

@github-actions github-actions bot added the development-process Related to development process of DataFusion label Dec 31, 2024
@alamb alamb marked this pull request as ready for review December 31, 2024 21:56
@alamb alamb mentioned this pull request Dec 31, 2024
10 tasks
@@ -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)
Copy link
Contributor

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? 🤔

Copy link
Contributor

@comphead comphead left a 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.

@alamb
Copy link
Contributor Author

alamb commented Jan 2, 2025

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, datafusion-functions depends on datafusion-macros: https://crates.io/crates/datafusion-functions/44.0.0/dependencies

(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)

@alamb
Copy link
Contributor Author

alamb commented Jan 2, 2025

Thanks @comphead and @phillipleblanc

@alamb alamb merged commit 032d722 into apache:main Jan 2, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of DataFusion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants