diqiu50 opened a new issue, #10448: URL: https://github.com/apache/gravitino/issues/10448
## Describe the feature Add non-interactive mode support to `dev/release/do-release.sh` and `dev/release/release-util.sh`. ## Motivation The release process currently requires manual input at multiple steps. Supporting non-interactive mode (via `-y` flag and environment variables) allows the release pipeline to be driven by automation without human intervention. ## Describe the solution - `do-release.sh`: add `-y` (force) flag to skip interactive prompts; add `-b`, `-s`, `-r`, `-p`, `-t` options for full CLI control - `release-util.sh`: read release info from environment variables when in force mode; auto-detect latest branch and RC count -- 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]
