Skip to content

Commit

Permalink
chore: Update release-please configuration (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Oct 27, 2023
1 parent 5654aa6 commit 96338f1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ releaseType: java-yoshi
bumpMinorPreMajor: true
handleGHRelease: true
primaryBranch: main
manifest: true
extraFiles: ["WORKSPACE"]
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.28.0"
}
11 changes: 11 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"release-type": "java-yoshi-mono-repo",
"separate-pull-requests": false,
"include-component-in-tag": false,
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
"packages": {
".": {
"extraFiles": ["WORKSPACE"]
}
}
}

0 comments on commit 96338f1

Please sign in to comment.