Skip to content

Commit 8531e8c

Browse files
authored
build: add release-please-config for parent (#1326)
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 3bf822b commit 8531e8c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
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

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)