Skip to content

Commit 16be385

Browse files
committed
build: add release-please-config for parent
Signed-off-by: Simon Schrottner <[email protected]>
1 parent e80fb3e commit 16be385

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

release-please-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,17 @@
132132
"pom.xml",
133133
"README.md"
134134
]
135+
},
136+
".": {
137+
"package-name": "dev.openfeature.contrib.parent",
138+
"release-type": "simple",
139+
"bump-minor-pre-major": true,
140+
"bump-patch-for-minor-pre-major": true,
141+
"versioning": "default",
142+
"extra-files": [
143+
"pom.xml",
144+
"README.md"
145+
]
135146
}
136147
},
137148
"changelog-sections": [

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

0 commit comments

Comments
 (0)