Skip to content

Commit 96338f1

Browse files
authored
chore: Update release-please configuration (#2197)
1 parent 5654aa6 commit 96338f1

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ releaseType: java-yoshi
22
bumpMinorPreMajor: true
33
handleGHRelease: true
44
primaryBranch: main
5+
manifest: true
56
extraFiles: ["WORKSPACE"]

.release-please-manifest.json

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

release-please-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
"extraFiles": ["WORKSPACE"]
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)