googleapis / google-oauth-java-client

Google OAuth Client Library for Java
Apache License 2.0
614 stars 270 forks source link

chore: Update release-please versioning to "always-bump-minor" #1082

Closed ddixit14 closed 11 months ago

ddixit14 commented 11 months ago

This versioning strategy always only bumps the minor version irrespective of the changes committed. We can remove this after the minor-version release and releases will fall back to default versioning strategy. Reference: https://github.com/googleapis/release-please/blob/main/docs/customizing.md#versioning-strategies

generated-files-bot[bot] commented 11 months ago

Warning: This pull request is touching the following templated files:

ddixit14 commented 11 months ago

release-please config schema is failing but it should be okay. Raised a PR to fix it in release-please source code. The versioning strategy should work irrespective of this schema failure.