Skip to content

Commit

Permalink
Merge pull request #4 from OKDP/release
Browse files Browse the repository at this point in the history
Publish first pre-releases
  • Loading branch information
idirze authored Jun 6, 2024
2 parents 91bb1d5 + 892f1ac commit 6fb0699
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"superset":"0.12.10-rc.1"}
{}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Provides a collection of [helm](https://helm.sh/) charts used by the [okdp](http
## TL;DR

```console
$ helm repo add odkp http://okdp.github.io/charts/
$ helm repo add odkp https://okdp.github.io/charts/
$ helm install my-release odkp/[chart]
```

Expand Down
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"draft": false,
"prerelease": true,
"initial-version": "0.12.10-rc.1"
},
"spark-history-server": {
"changelog-path": "CHANGELOG.md",
"release-type": "helm",
"changelog-type": "default",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": true,
"initial-version": "1.0.0"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down
2 changes: 1 addition & 1 deletion superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Objectively, the chart provides the following features:
## TL;DR

```console
$ helm repo add odkp http://okdp.github.io/charts
$ helm repo add odkp https://okdp.github.io/charts
$ helm install my-superset odkp/superset
```

Expand Down
2 changes: 1 addition & 1 deletion superset/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Objectively, the chart provides the following features:
## TL;DR

```console
$ helm repo add odkp http://okdp.github.io/charts
$ helm repo add odkp https://okdp.github.io/charts
$ helm install my-superset odkp/superset
```

Expand Down

0 comments on commit 6fb0699

Please sign in to comment.