alamb opened a new pull request, #21552: URL: https://github.com/apache/datafusion/pull/21552
## Which issue does this PR close? - Part of #21078. ## Rationale for this change The publish command sequence in `dev/release/README.md` was not ordered by crate dependencies. That makes the release instructions harder to follow and increases the chance of hitting crates.io publish failures when a crate is published before one of its internal DataFusion dependencies. ## What changes are included in this PR? This PR reorders the documented `cargo publish` commands in `dev/release/README.md` so the listed crates are published in dependency order. ## Are these changes tested? No automated tests were run. This is a documentation-only change, and the ordering was derived from the current workspace crate dependency graph. ## Are there any user-facing changes? Yes. The release documentation now reflects a dependency-safe publish order for the DataFusion crates. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
