Skip to content

Commit d1b01ad

Browse files
authored
chore: declare the extra file type (#80)
1 parent ee0e41b commit d1b01ad

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

openfeature-provider/java/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>openfeature-provider-local</artifactId>
7-
<!-- x-release-please-start-version -->
87
<version>0.6.4</version>
9-
<!-- x-release-please-end -->
108
<name>Confidence local resolve provider</name>
119
<description>Confidence OpenFeature provider for local flag resolution using WebAssembly</description>
1210
<url>https://github.com/spotify/confidence-resolver-rust</url>

release-please-config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131
"path": "openfeature-provider/java",
3232
"release-type": "rust",
3333
"changelog-path": "CHANGELOG.md",
34-
"extra-files": ["pom.xml"]
34+
"extra-files": [
35+
{
36+
"type": "pom",
37+
"path": "pom.xml"
38+
}
39+
]
3540
}
3641
}
3742
}

0 commit comments

Comments
 (0)