-
Notifications
You must be signed in to change notification settings - Fork 855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for 54.1.0
release
#7031
Conversation
dev/release/README.md
Outdated
|
||
```shell | ||
git checkout 4.1.0 | ||
gh release create 4.1.0 --notes-file CHANGELOG.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be better that we also specify --title
:
gh release create 4.1.0 --notes-file CHANGELOG.md | |
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)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kou -- great idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which issue does this PR close?
Rationale for this change
Release
What changes are included in this PR?
54.1.0
Are there any user-facing changes?