[HUDI-5635] Fix release scripts #7775
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Logs
This PR fix the release scripts:
cut_release_branch.sh:git pushto master is no longer allowed. Any commit to merge to master needs approval from a committer. Sogit 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 addhudi-cli-bundle.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