Abacn opened a new issue, #30573: URL: https://github.com/apache/beam/issues/30573
### What needs to happen? Currently it is done by GitHub Action: https://github.com/apache/beam/blame/f7fdfa7b348cf53ae6acfb06598a1145d2900504/.github/workflows/cut_release_branch.yml#L75 This has caused all Dataflow V1 job failing in cherry pick PR and release verification. [A fix is to add it to https://github.com/apache/beam/blame/master/.github/workflows/cut_release_branch.yml](https://github.com/apache/beam/blob/master/.github/workflows/choose_rc_commit.yml) However we also need other change - Instead of providing a commit, the action checkout release-2.xx.0 - Run Update release version originally here: https://github.com/apache/beam/blob/f7fdfa7b348cf53ae6acfb06598a1145d2900504/.github/workflows/cut_release_branch.yml#L75 - If git diff has change, Commit and Push to release branch - checkout again release branch, verify SHA - then tag release ### Issue Priority Priority: 2 (default / most normal work should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
