nealrichardson commented on a change in pull request #10828:
URL: https://github.com/apache/arrow/pull/10828#discussion_r678764285
##########
File path: dev/release/utils-prepare.sh
##########
@@ -121,18 +121,15 @@ update_versions() {
DESCRIPTION
rm -f DESCRIPTION.bak
git add DESCRIPTION
+ # Replace dev version with release version
Review comment:
I think there's another gap here with regards to patch releases since
that version bump goes on top of the previous major release branch. It's fine
as long as there is a news entry corresponding to the patch release before the
script is run, but if not, this will overwrite the current release version
entry. I'm not sure there's a great solution to this.
--
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]