Skip to content

Commit 0804ca8

Browse files
authored
Merge branch 'main' into multi-approvers
2 parents 8f2d608 + 2f2c269 commit 0804ca8

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.30.1"
3+
}

release-please-config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"release-type": "java-yoshi-mono-repo",
3+
"separate-pull-requests": false,
4+
"include-component-in-tag": false,
5+
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
6+
"packages": {
7+
".": {
8+
"changelog-path": "CHANGELOG.md",
9+
"release-type": "java-yoshi",
10+
"bump-minor-pre-major": false,
11+
"bump-patch-for-minor-pre-major": false,
12+
"draft": false,
13+
"prerelease": false,
14+
"extra-files": [
15+
"README.md",
16+
"bom/README.md"
17+
]
18+
}
19+
},
20+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
21+
}

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>libraries-bom</artifactId>
33-
<version>26.52.0</version>
33+
<version>26.53.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)