alamb commented on code in PR #7031: URL: https://github.com/apache/arrow-rs/pull/7031#discussion_r1933822630
########## dev/release/README.md: ########## @@ -201,6 +201,15 @@ Rust Arrow Crates: Congratulations! The release is now official! +### Create a GitHub release + +Run a command such as the following to create a GitHub release from the tag: + +```shell +git checkout 4.1.0 +gh release create 4.1.0 --notes-file CHANGELOG.md Review Comment: I updated these instructions to say "check for the release" in [28bc519](https://github.com/apache/arrow-rs/pull/7031/commits/28bc51957a7b0e23ae613d41edc74a2413c9051b) as @kou has automated this process: - https://github.com/apache/arrow-rs/pull/7042 ❤️ -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org