kou commented on a change in pull request #12331:
URL: https://github.com/apache/arrow/pull/12331#discussion_r798965981
##########
File path: dev/release/post-12-bump-versions.sh
##########
@@ -107,11 +107,8 @@ if [ ${BUMP_PUSH} -gt 0 ]; then
fi
if [ ${BUMP_TAG} -gt 0 ]; then
- version_tag=apache-arrow-${version}
dev_tag=apache-arrow-${next_version}.dev
echo "Tagging ${version_tag} and ${dev_tag}"
Review comment:
```suggestion
echo "Tagging ${dev_tag}"
```
--
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]