dongjoon-hyun opened a new pull request, #768:
URL: https://github.com/apache/spark-kubernetes-operator/pull/768

   ### What changes were proposed in this pull request?
   
   This PR aims to add `dev/bump_maintenance_version.py` to bump the 
maintenance version for
   the next development cycle. It reads the operator version from 
`build.gradle` and the Helm
   chart version from `Chart.yaml`, and works whether or not 
`./dev/prepare_release.py` has
   already removed the suffixes.
   
   - `1.1.0-SNAPSHOT` or `1.1.0` -> `1.1.1-SNAPSHOT`
   - `1.9.0-dev` or `1.9.0` -> `1.9.1-dev`
   
   ### Why are the changes needed?
   
   To simplify the release process, as a follow-up of `dev/prepare_release.py`.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a dev-only change.
   
   ### How was this patch tested?
   
   Manually.
   
   ```
   $ ./dev/bump_maintenance_version.py
   ```
   
   The same result was verified after running `./dev/prepare_release.py` first.
   
   ### 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]

Reply via email to