Skip to content

Commit eef93ae

Browse files
committed
release: update auto-generated release body
1 parent 64890ba commit eef93ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-helm-chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ jobs:
3232
uses: softprops/action-gh-release@v1
3333
with:
3434
body: |
35-
Deploy this release to Kubernetes with Helm using:
35+
This release can be deployed with Helm by running:
3636
3737
```
3838
helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/${{ env.version }}/browsertrix-cloud-${{ env.version }}.tgz
3939
```
4040
41+
See [the development guide](https://docs.browsertrix.cloud/deploy/) for more info how to deploy Browsertrix Cloud.
42+
4143
files: .chart-out/browsertrix-cloud-${{ env.version }}.tgz
4244
tag_name: v${{ env.version }}
4345
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)