kou commented on a change in pull request #10828:
URL: https://github.com/apache/arrow/pull/10828#discussion_r678796570
##########
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 didn't confirm carefully but this will work well by running the
following command on `maint-X.Y.x` branch after we release X.Y.0:
```bash
BUMP_DEFAULT=0 BUMP_VERSION_POST_TAG=1 dev/release/post-12-bump-versions.sh
X.Y.0 X.Y.1
```
--
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]