chore: cleanup release-please config#1566
Merged
diegomarquezp merged 3 commits intomainfrom Jan 13, 2026
Merged
Conversation
- Remove redundant options already declared at the top level.\n- Remove bumpMinorPreMajor for repositories after the first major release.
blakeli0
approved these changes
Jan 12, 2026
blakeli0
added a commit
that referenced
this pull request
Feb 3, 2026
* chore: add release-please config for protobuf-4.x (#1565) * chore: add release-please config for protobuf-4.x * chore: remove redundant config * deps: update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 (#1575) * chore(main): release 0.132.20-alpha-SNAPSHOT (#1540) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * deps: update dependency com.google.cloud:google-cloud-logging to v3.23.9 (#1577) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-logging](https://redirect.github.com/googleapis/java-logging) | `3.23.8` -> `3.23.9` |  |  |  |  | --- ### Release Notes <details> <summary>googleapis/java-logging (com.google.cloud:google-cloud-logging)</summary> ### [`v3.23.9`](https://redirect.github.com/googleapis/java-logging/blob/HEAD/CHANGELOG.md#3239-2025-12-11) [Compare Source](https://redirect.github.com/googleapis/java-logging/compare/v3.23.8...v3.23.9) ##### Bug Fixes - **deps:** Update the Java code generator (gapic-generator-java) to 2.64.2 ([fcb7ec1](https://redirect.github.com/googleapis/java-logging/commit/fcb7ec1ba7ae7c9a041d68c76e7b72a7e0861cf7)) ##### Dependencies - Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 ([#​1897](https://redirect.github.com/googleapis/java-logging/issues/1897)) ([ab9862f](https://redirect.github.com/googleapis/java-logging/commit/ab9862f655bc89fa3e4e381567dcd0a9d8afdbf9)) - Update googleapis/sdk-platform-java action to v2.64.2 ([#​1898](https://redirect.github.com/googleapis/java-logging/issues/1898)) ([5860f51](https://redirect.github.com/googleapis/java-logging/commit/5860f516596686ef3054969b8c69de7eb48629e3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-logging-logback). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> * chore(main): release 0.132.20-alpha (#1576) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(main): release 0.132.21-alpha-SNAPSHOT (#1578) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * chore: remove build badges (#1584) b/468377909 * chore: cleanup release-please config (#1566) * chore: cleanup release-please config - Remove redundant options already declared at the top level.\n- Remove bumpMinorPreMajor for repositories after the first major release. * chore: format release-please.yml * deps: update dependency com.google.cloud:sdk-platform-java-config to v3.55.1 (#1586) * deps: update dependency com.google.cloud:google-cloud-logging to v3.23.10 (#1581) * deps: update dependency com.google.cloud:google-cloud-logging to v3.24.0-rc1 * Update logging.version to 3.23.10 --------- Co-authored-by: Diego Marquez <[email protected]> * chore(main): release 0.132.21-alpha (#1587) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --------- Co-authored-by: Diego Marquez <[email protected]> Co-authored-by: Mend Renovate <[email protected]> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Tomo Suzuki <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR cleans up the .github/release-please.yml file by removing redundant options and the bump-minor-pre-major setting for major releases.