Skip to content

Commit

Permalink
chore: update with release please markers (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl authored Sep 13, 2023
1 parent 0904cd6 commit 079c1cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Kotlin implementation of the Confidence feature provider, to be used in conjunct
## Usage

### Adding the package dependency
<!---x-release-please-start-version-->
Add the following dependency to your gradle file:
```
implementation("com.github.spotify:confidence-openfeature-provider-kotlin:<VERSION>")
implementation("com.github.spotify:confidence-openfeature-provider-kotlin:0.1.0")
```
for the latest version:
```
Expand All @@ -25,7 +26,8 @@ implementation("com.github.spotify:confidence-openfeature-provider-kotlin:[COMMI

The Android project must include `maven("https://jitpack.io")` in `settings.gradle` in the repositories block.

Where `<LATEST>` is the most recent version of this SDK. Released versions can be found under "Releases" within this repository.
Where `0.1.0` is the most recent version of this SDK. Released versions can be found under "Releases" within this repository.
<!---x-release-please-end-->

### Enabling the provider, setting the evaluation context and resolving flags

Expand Down
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"versioning": "default"
"versioning": "default",
"include-v-in-tag": false,
"extra-files": ["README.md"]
}
},
"changelog-sections": [
Expand Down

0 comments on commit 079c1cb

Please sign in to comment.