Skip to content

Commit 5abc781

Browse files
authored
Update release-please-config.json
Signed-off-by: Todd Baert <[email protected]>
1 parent 32b76a4 commit 5abc781

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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)