diff --git a/.github/release-please.yml b/.github/release-please.yml index ca062a2ec..4f09084da 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -10,4 +10,13 @@ branches: handleGHRelease: true releaseType: java-lts branch: 8.0.x-lts - \ No newline at end of file + - bumpMinorPreMajor: true + handleGHRelease: true + releaseType: java-lts + branch: 7.0.x-lts + - bumpMinorPreMajor: true + handleGHRelease: true + releaseType: java-lts + branch: 6.0.x-lts + + diff --git a/release-please-config.json b/release-please-config.json index 35c20e5c8..963c9230c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -12,5 +12,5 @@ "release-type": "java-yoshi" } }, - "bootstrap-sha": "8eb8233f0f402a52f9452ccc633fbce63904163d" -} \ No newline at end of file + "bootstrap-sha": "6b9240114536a03b72929d5fade85599fbdbbdd0" +}