Skip to content

Commit 1e80b86

Browse files
committed
Remove release please
Signed-off-by: Bence Hornák <[email protected]>
1 parent d47eb7a commit 1e80b86

File tree

6 files changed

+0
-164
lines changed

6 files changed

+0
-164
lines changed

.github/workflows/release_please.yaml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ The project includes:
1010
- [Providers](./providers)
1111
- [Hooks](./hooks)
1212

13-
## Releases
14-
15-
This repo uses _Release Please_ to release packages. Release Please sets up a running PR that tracks all changes for the library components, and maintains the versions according to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), generated when [PRs are merged](https://github.com/amannn/action-semantic-pull-request). When Release Please's running PR is merged, any changed artifacts are published.
16-
1713
### Software Bill of Materials (SBOM)
1814

1915
We publish SBOMs with all of our releases. You can find them in Maven Central alongside the artifacts.

build.gradle.kts

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

55
allprojects {
66
extra["groupId"] = "dev.openfeature.kotlin.contrib"
7-
// x-release-please-start-version
87
ext["version"] = "0.1.0"
9-
// x-release-please-end
108
}
119
group = project.extra["groupId"].toString()
1210
version = project.extra["version"].toString()

providers/env-var/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Environment Variables provider allows you to read feature flags from the [proces
44

55
## Installation
66

7-
<!-- x-release-please-start-version -->
8-
97
```xml
108
<dependency>
119
<groupId>dev.openfeature.kotlin.contrib.providers</groupId>
@@ -14,8 +12,6 @@ Environment Variables provider allows you to read feature flags from the [proces
1412
</dependency>
1513
```
1614

17-
<!-- x-release-please-end-version -->
18-
1915
## Usage
2016

2117
To use the `EnvVarProvider` create an instance and use it as a provider:

release-please-config.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)