Skip to content

Commit 3daedc3

Browse files
committed
chore: cleanup release-please config
- Remove redundant options already declared at the top level.\n- Remove bumpMinorPreMajor for repositories after the first major release.
1 parent 5949dbf commit 3daedc3

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

.github/release-please.yml

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
handleGHRelease: true
22
manifest: true
33
branches:
4-
- bumpMinorPreMajor: true
5-
handleGHRelease: true
6-
packageName: gcp-lts-bom
7-
manifest: true
8-
branch: 9.0.x-lts
9-
- bumpMinorPreMajor: true
10-
handleGHRelease: true
11-
packageName: gcp-lts-bom
12-
manifest: true
13-
branch: 8.0.x-lts
14-
- bumpMinorPreMajor: true
15-
handleGHRelease: true
16-
packageName: gcp-lts-bom
17-
manifest: true
18-
branch: 7.0.x-lts
19-
- bumpMinorPreMajor: true
20-
handleGHRelease: true
21-
packageName: gcp-lts-bom
22-
manifest: true
23-
branch: 6.0.x-lts
4+
- bumpMinorPreMajor: true
5+
packageName: gcp-lts-bom
6+
branch: 9.0.x-lts
7+
- bumpMinorPreMajor: true
8+
packageName: gcp-lts-bom
9+
branch: 8.0.x-lts
10+
- bumpMinorPreMajor: true
11+
packageName: gcp-lts-bom
12+
branch: 7.0.x-lts
13+
- bumpMinorPreMajor: true
14+
packageName: gcp-lts-bom
15+
branch: 6.0.x-lts

0 commit comments

Comments
 (0)