FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: add release-please config for protobuf-4.x by diegomarquezp · Pull Request #4009 · googleapis/java-bigquery · GitHub

This repository was archived by the owner on Mar 23, 2026. It is now read-only.
/ java-bigquery Public archive
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
5 changes: 5 additions & 0 deletions .github/release-please.yml
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ branches:
handleGHRelease: true
releaseType: java-backport
branch: 2.51.x
- branch: protobuf-4.x-rc
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
manifest: true
Comment on lines +42 to +46

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

The bumpMinorPreMajor and handleGHRelease settings are redundant as they are already configured with the same values at the top level of this file. To keep the configuration clean and rely on the global defaults, you can remove these lines.

  - branch: protobuf-4.x-rc
    releaseType: java-lts
    manifest: true

bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi

Back | FazBrowse Home | New Git URL