raulcd opened a new issue, #33931: URL: https://github.com/apache/arrow/issues/33931
### Describe the enhancement requested During the post release tasks when we bump the versions using `dev/release/post-11-bump-versions.sh` we commit and push directly to the default branch on the `apache/arrow` repository. This is the only step in the process where one of our scripts commits and pushes directly to the main's repo default branch. That felt strange to me, I think we could add a temporary branch on the fork and do a PR so we could at least do a quick review to validate if there's anything missing or wrong from our automated script. Those are the commits for the 11.0.0 release where I noticed: https://github.com/apache/arrow/compare/4acf7c17689c...d422137d8a4d ### Component(s) Release -- 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]
