Skip to content

Commit 3a8ef8e

Browse files
committed
Merge branch 'main' into protobuf-4.x-test-upgrade
2 parents f2562e5 + 0731847 commit 3a8ef8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/release-please.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ extraFiles:
1818
hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-c.cfg
1919
- generation_config.yaml
2020
branches:
21+
- branch: protobuf-4.x-rc
22+
bumpMinorPreMajor: true
23+
handleGHRelease: true
24+
manifest: true
25+
releaseType: java-yoshi
2126
- branch: 2.23.x
2227
releaseType: java-backport
2328
manifest: true

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
working-directory: java-showcase
403403
run: |
404404
mvn versions:set -B -ntp -DnewVersion=local
405-
mvn clirr:check -B -ntp -Dclirr.skip=false -DcomparisonVersion=$SHOWCASE_CLIENT_VERSION
405+
mvn clirr:check -B -ntp -DcomparisonVersion=$SHOWCASE_CLIENT_VERSION
406406
407407
gapic-generator-java-bom:
408408
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)