Skip to content

Commit 8ca2aa3

Browse files
authored
chore: use . for parent (#1331)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 9af6fa5 commit 8ca2aa3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"providers/statsig": "0.1.0",
1212
"providers/multiprovider": "0.0.1",
1313
"tools/junit-openfeature": "0.1.2",
14-
"pom.xml": "0.1.0"
14+
".": "0.1.0"
1515
}

release-please-config.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,21 @@
133133
"README.md"
134134
]
135135
},
136-
"pom.xml": {
136+
".": {
137137
"package-name": "dev.openfeature.contrib.parent",
138138
"release-type": "simple",
139139
"bump-minor-pre-major": true,
140140
"bump-patch-for-minor-pre-major": true,
141141
"versioning": "default",
142+
"exclude-paths": [
143+
".gitmodules",
144+
".github",
145+
".release-please-manifest.json",
146+
"hooks",
147+
"providers",
148+
"release",
149+
"tools"
150+
]
142151
"extra-files": [
143152
"pom.xml",
144153
"README.md"

0 commit comments

Comments
 (0)