yihua opened a new pull request, #7775:
URL: https://github.com/apache/hudi/pull/7775
### Change Logs
This PR fix the release scripts:
- `cut_release_branch.sh`: `git push` to master is no longer allowed. Any
commit to merge to master needs approval from a committer. So `git push origin
${MASTER_BRANCH}` is removed from the script. A new branch is created for the
version upgrade on the master, and the script prompts the release manager to
manually open a PR for this.
- `deploy_staging_jars.sh`: Previously, both mvn commands for each profile
run tests and upload the jars to the staging area, which is a waste of time.
This issue is fixed in this PR. Also, adjusts the profiles to be comprehensive
and efficient.
- `validate_staged_bundles.sh`: Adds new bundles generated.
### Impact
Makes sure the scripts run smoothly, efficiently, up to date based on the
new bundles.
### Risk level
none
### Documentation Update
N/A
### Contributor's checklist
- [ ] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [ ] Change Logs and Impact were stated clearly
- [ ] Adequate tests were added if applicable
- [ ] CI passed
--
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]