alamb commented on code in PR #7031: URL: https://github.com/apache/arrow-rs/pull/7031#discussion_r1932810660
########## 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: Thanks @kou -- great idea -- 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