kou commented on code in PR #7031:
URL: https://github.com/apache/arrow-rs/pull/7031#discussion_r1931180297


##########
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:
   It may be better that we also specify `--title`:
   
   ```suggestion
   gh release create 4.1.0 --title 4.1.0 --notes-file CHANGELOG.md
   ```
   
   If we don't specify `--title`, the commit title of the tag is used as the 
default. See also: https://github.com/apache/arrow-rs/releases/tag/54.0.0
   
   > Update version to 54.0.0, add CHANGELOG (#6894)



-- 
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]

Reply via email to