Skip to content

Commit f5bcb08

Browse files
authored
chore: Manifest setup with single root component (#8778)
* chore: Manifest setup with single root component
1 parent 6fb8873 commit f5bcb08

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
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+
".": "0.200.0"
3+
}

release-please-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"release-type": "java-yoshi",
3+
"versioning": "always-bump-minor",
4+
"separate-pull-requests": false,
5+
"include-component-in-tag": false,
6+
"packages": {
7+
".": {
8+
"component": "main"
9+
}
10+
},
11+
"plugins": ["maven-workspace"]
12+
}

0 commit comments

Comments
 (0)