Skip to content

Commit

Permalink
fix: configure maven-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 29, 2022
1 parent 9b1f3ab commit e1ae851
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"release-type": "java-yoshi",
"packages": {
".": {
"bumpMinorPreMajor": false,
"bumpPatchForMinorPreMajor": false,
"changelogPath": "CHANGELOG.md",
"versioning": "default"
"maven-workspace/bom": {
"component": "bom"
},
"maven-workspace/multi1": {
"component": "multi1"
},
"maven-workspace/multi2": {
"component": "multi2"
}
}
},
"plugins": [
{
"type": "maven-workspace",
"considerAllPackages": true
}
]
}

0 comments on commit e1ae851

Please # to comment.