Skip to content

Commit

Permalink
fix: Reset release-please version to 0.0.0 (#40)
Browse files Browse the repository at this point in the history
* fix: Reset release-please ver to 0

* fix: Update bootstrap-sha for release-please
  • Loading branch information
fabriziodemaria authored Sep 28, 2023
1 parent 35c1a42 commit 188faf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.1"}
{".":"0.0.0"}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.spotify</groupId>
<artifactId>confidence-openfeature-provider</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>

<url>https://github.com/spotify/confidence-openfeature-provider-java</url>
<description>Confidence OpenFeature provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bootstrap-sha": "5ce2b8192476750dc738ac725ec50017c7cd17f4",
"bootstrap-sha": "eb0f2119e301bb82a313e53a3636048b27a6dae4",
"packages": {
".": {
"package-name": "com.spotify.confidence-openfeature-provider",
Expand Down

0 comments on commit 188faf7

Please sign in to comment.