File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ handleGHRelease : true
2+ manifest : true
3+ releaseType : java-yoshi
4+ branches :
5+ - bumpMinorPreMajor : true
6+ handleGHRelease : true
7+ releaseType : java-lts
8+ branch : 9.0.x-lts
9+ - bumpMinorPreMajor : true
10+ handleGHRelease : true
11+ releaseType : java-lts
12+ branch : 8.0.x-lts
13+
Original file line number Diff line number Diff line change 1+
2+ {
3+ "." : " 1.5.15" ,
4+ "boms/gcp-lts-bom" : " 9.0.1"
5+ }
Original file line number Diff line number Diff line change 77
88 <groupId >com.google.cloud</groupId >
99 <artifactId >gcp-lts-bom</artifactId >
10- <version >10 .0.0 -SNAPSHOT</version >
10+ <version >9 .0.2 -SNAPSHOT</version > <!-- {x-version-update:gcp-lts-bom:current} -- >
1111 <packaging >pom</packaging >
1212
1313 <name >Google Cloud Long Term Support BOM</name >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >com.google.cloud.tools</groupId >
1010 <artifactId >dependencies-parent</artifactId >
11- <version >1.5.16-SNAPSHOT</version >
11+ <version >1.5.16-SNAPSHOT</version ><!-- {x-version-update:dependencies:current} -->
1212 </parent >
1313
1414 <artifactId >dependencies</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.google.cloud.tools</groupId >
88 <artifactId >dependencies-parent</artifactId >
9- <version >1.5.16-SNAPSHOT</version >
9+ <version >1.5.16-SNAPSHOT</version ><!-- {x-version-update:dependencies:current} -->
1010 </parent >
1111
1212 <artifactId >linkage-checker-enforcer-rules</artifactId >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >com.google.cloud.tools</groupId >
2424 <artifactId >dependencies-parent</artifactId >
25- <version >1.5.16-SNAPSHOT</version >
25+ <version >1.5.16-SNAPSHOT</version ><!-- {x-version-update:dependencies:current} -->
2626 </parent >
2727
2828 <artifactId >linkage-monitor</artifactId >
Original file line number Diff line number Diff line change 77 <groupId >com.google.cloud.tools</groupId >
88 <artifactId >dependencies-parent</artifactId >
99 <packaging >pom</packaging >
10- <version >1.5.16-SNAPSHOT</version >
10+ <version >1.5.16-SNAPSHOT</version ><!-- {x-version-update:dependencies:current} -->
1111
1212 <name >Cloud Tools Open Source Code Hygiene Tooling</name >
1313 <url >https://github.com/GoogleCloudPlatform/cloud-opensource-java/</url >
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
3+ "separate-pull-requests" : true ,
4+ "include-component-in-tag" : true ,
5+ "packages" : {
6+ "." : {
7+ "component" : " dependencies"
8+ },
9+ "boms/gcp-lts-bom" : {
10+ "component" : " gcp-lts-bom" ,
11+ "release-type" : " java-yoshi"
12+ }
13+ },
14+ "bootstrap-sha" : " 6cac87c609e962057c002cd2bd916f77c800beb7"
15+ }
Original file line number Diff line number Diff line change 1+ # Format:
2+ # module:released-version:current-version
3+
4+ dependencies:1.5.15:1.5.16-SNAPSHOT
5+ gcp-lts-bom:9.0.1:9.0.2-SNAPSHOT
You can’t perform that action at this time.
0 commit comments