Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ branches:
manifest: true
handleGHRelease: true
branch: 26.1.x
- releaseType: java-yoshi
manifest: true
handleGHRelease: true
branch: protobuf-4.x-rc
Copy link
Contributor

Choose a reason for hiding this comment

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

Curious why this one does not have bumpMinorPreMajor: true? What exactly does it do?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It makes release-please to do a minor bump if breaking changes are introduced, as long as the current released version is pre-major (e.g. 0.1.0). Libraries bom is on its 26th Major release so this has no effect.

https://github.com/googleapis/release-please/blob/009c2a61a038843957e7002aa1c32e317b654aa1/docs/cli.md?plain=1#L105

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed this option was present in other PRs. I think a cleanup is due, including other branch configs given most libraries are on post-first-major versions.

Loading