Skip to content

Commit 652d79a

Browse files
committed
fix: build parent pom
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 4b85af4 commit 652d79a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.release-please-manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"providers/configcat": "0.1.0",
1111
"providers/statsig": "0.1.0",
1212
"providers/multiprovider": "0.0.1",
13-
"tools/junit-openfeature": "0.1.2"
13+
"tools/junit-openfeature": "0.1.2",
14+
".": "0.1.0"
1415
}

release-please-config.json

+7
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@
132132
"pom.xml",
133133
"README.md"
134134
]
135+
},
136+
".": {
137+
"package-name": "dev.openfeature.contrib.parent",
138+
"release-type": "maven",
139+
"bump-minor-pre-major": true,
140+
"bump-patch-for-minor-pre-major": true,
141+
"versioning": "default"
135142
}
136143
},
137144
"changelog-sections": [

0 commit comments

Comments
 (0)