diqiu50 opened a new pull request, #10449: URL: https://github.com/apache/gravitino/pull/10449
### What changes were proposed in this pull request? - `do-release.sh`: add `-y` (force) flag, `-s/-r/-p/-t` options for full CLI control; skip interactive prompts when in force mode; add `set -euo pipefail` for stricter error handling - `release-util.sh`: read release info from environment variables when in force mode; auto-detect latest branch and RC count; fix duplicate `JAVA_VERSION` assignment in `init_java` ### Why are the changes needed? The release process requires manual input at multiple steps. Non-interactive mode allows the release pipeline to be driven by automation without human intervention. Fix: #10448 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually verified with `bash -n` syntax check on all modified scripts. -- 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]
