andygrove commented on code in PR #2484:
URL: https://github.com/apache/arrow-datafusion/pull/2484#discussion_r867506738


##########
dev/release/README.md:
##########
@@ -113,9 +113,7 @@ git commit -a -m 'Update version'
 
 ### Update CHANGELOG.md
 
-Manually edit the base version tag argument in
-`dev/release/update_change_log-{ballista,datafusion}.sh`. Commits
-between the base verstion tag and the latest upstream master will be used to
+Define release branch (e.g. `master`), base version tag (e.g. `7.0.0`) and 
future version tag (e.g. `8.0.0`). Commits between the base verstion tag and 
the release branch will be used to

Review Comment:
   ```suggestion
   Define release branch (e.g. `master`), base version tag (e.g. `7.0.0`) and 
future version tag (e.g. `8.0.0`). Commits between the base version tag and the 
release branch will be used to
   ```



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