Skip to content

Commit 13a58c9

Browse files
test: set up test releaase candidate branches
This repo has a small blast radius for release testing. We aim to test the rc`n` versioning schema soon to be provided by googleapis/release-please#2622. Additionally, we test with `prerelease` to understand its behavior.
1 parent e0b51da commit 13a58c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/release-please.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ branches:
66
handleGHRelease: true
77
releaseType: java-yoshi
88
branch: java7
9+
- bumpMinorPreMajor: true
10+
handleGHRelease: true
11+
releaseType: java-yoshi
12+
prereleaseType: rc
13+
prerelease: true
14+
branch: test-protobuf-4.x-prerelease
15+
- bumpMinorPreMajor: true
16+
handleGHRelease: true
17+
releaseType: java-yoshi
18+
releaseAs: 2.0.0-rc1
19+
branch: test-protobuf-4.x-rc

0 commit comments

Comments
 (0)