Skip to content

Commit 09cdb49

Browse files
authored
ci: release-type should be read by release-please-config (#2432)
* ci: use java-backport in Release Please branches java-lts release type was outdated (go/backport-releases#2-run-the-release-brancher-cli-tool). It created a strange pull request with "-sp.1" suffix version. * ci: release-type should be read by release-please-config
1 parent 20607f1 commit 09cdb49

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/release-please.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
handleGHRelease: true
22
manifest: true
3-
releaseType: java-yoshi
43
branches:
54
- bumpMinorPreMajor: true
65
handleGHRelease: true
7-
releaseType: java-lts
86
branch: 9.0.x-lts
97
- bumpMinorPreMajor: true
108
handleGHRelease: true
11-
releaseType: java-lts
129
branch: 8.0.x-lts
1310
- bumpMinorPreMajor: true
1411
handleGHRelease: true
15-
releaseType: java-lts
1612
branch: 7.0.x-lts
1713
- bumpMinorPreMajor: true
1814
handleGHRelease: true
19-
releaseType: java-lts
2015
branch: 6.0.x-lts
21-
22-

0 commit comments

Comments
 (0)