alamb opened a new pull request, #2119: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2119
- part of https://github.com/apache/datafusion-sqlparser-rs/issues/2045 - closes https://github.com/apache/datafusion-sqlparser-rs/issues/2118 `cargo publish --dry-run` doesn't work when there are multiple crates that are to be published in the same workspace - https://github.com/crate-ci/cargo-release/issues/691#issuecomment-2059866021 Thus, if we change the version of sqlparser_derive, `cargo publish --dry-run` fails with the 0.60.0 release, as reported in https://github.com/apache/datafusion-sqlparser-rs/issues/2118. Let's remove the `cargo publish --dry-run` check. I tested locally and verified that the verification procedure now passes with `0.60.0` rc1 ```shell ./dev/release/verify-release-candidate.sh 0.60.0 1 ``` -- 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]
