dongjoon-hyun opened a new pull request, #767: URL: https://github.com/apache/spark-kubernetes-operator/pull/767
### What changes were proposed in this pull request? This PR aims to add a `dev/prepare_release.py` script that removes the `-SNAPSHOT` and `-dev` suffixes from version strings (e.g. `1.0.1-SNAPSHOT` -> `1.0.1`, `1.9.0-dev` -> `1.9.0`), like commit 6ea89ee (`Preparing 1.0.0-rc.1`) did manually. ### Why are the changes needed? To replace repetitive and error-prone manual edits (14 version strings across 8 files) with a single command: ```bash ./dev/prepare_release.py ``` ### Does this PR introduce _any_ user-facing change? No. This is a developer-only script. ### How was this patch tested? Manually verified that the script reproduces the same 8-file, 14-line diff as commit 6ea89ee, and that it exits with a non-zero status when there is nothing to update. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
