Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ extraFiles:
hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-c.cfg
- generation_config.yaml
branches:
- branch: protobuf-4.x-rc
bumpMinorPreMajor: true
handleGHRelease: true
manifest: true
releaseType: java-yoshi
Copy link
Contributor

Choose a reason for hiding this comment

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

high

There appears to be an inconsistency between the releaseType specified here (java-yoshi) and the release-type in release-please-config.json (java-yoshi-mono-repo). Using the java-yoshi type might cause release-please to overlook mono-repo-specific settings defined in release-please-config.json, such as group-pull-request-title-pattern. This could lead to incorrectly formatted release pull requests. To ensure the mono-repo configuration is fully respected, consider aligning the release type.

    releaseType: java-yoshi-mono-repo

- branch: 2.23.x
releaseType: java-backport
manifest: true
Expand Down
Loading