comphead commented on issue #21635: URL: https://github.com/apache/datafusion/issues/21635#issuecomment-4263971545
I'd like agent to guide with proposed commands, example: Instead of ``` Follow [these instructions](https://doc.rust-lang.org/cargo/reference/publishing.html) to create an account and login to crates.io before asking to be added as an owner to all DataFusion crates. Download and unpack the official release tarball Verify that the Cargo.toml in the tarball contains the correct version (e.g. `version = "38.0.0"`) and then publish the crates by running the following commands ``` The agent would propose in command line ``` > dear user, execute cargo login > Download and unpack the official release tarball, example command: wget https://dist.apache.org/repos/dist/release/datafusion/datafusion-53.1.0/ && tar... > I checked the cargo.toml is correct, contains 53.1.0, here is a proof .... ``` But maybe I'm too optimistic 😄 -- 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]
