Clarify release note artifacts

This commit is contained in:
Hugh Nimmo-Smith
2025-03-17 11:18:19 +00:00
parent dcebfd88fb
commit 6372e5d698
2 changed files with 8 additions and 8 deletions

View File

@@ -97,9 +97,9 @@ jobs:
with:
append_body: true
body: |
## NPM
## NPM embedded package
This package provides an embedded build of Element Call that can be both used as a widget within another application.
This package provides a version of Element Call that can be both used as an embedded widget within another application.
```
npm install @element-hq/element-call-embedded@${{ env.NPM_VERSION }}
@@ -147,9 +147,9 @@ jobs:
with:
append_body: true
body: |
## Android AAR
## Android AAR embedded package
This package provides an embedded build of Element Call that can be both used as a widget within another application.
This package provides a version of Element Call that can be both used as an embedded widget within another application.
```
dependencies {
@@ -208,9 +208,9 @@ jobs:
with:
append_body: true
body: |
## SwiftPM
## SwiftPM embedded package
This package provides an embedded build of Element Call that can be both used as a widget within another application.
This package provides a version of Element Call that can be both used as an embedded widget within another application.
```
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "${{ env.VERSION }}")

View File

@@ -67,10 +67,10 @@ jobs:
with:
append_body: true
body: |
## Docker
## Docker full package
Element Call is available as a Docker image from the [GitHub Container Registry](https://github.com/element-hq/element-call/pkgs/container/element-call).
The image provides a full build of Element Call that can be used both in standalone and as a widget.
The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).
```
docker pull ghcr.io/element-hq/element-call:${{ github.event.release.tag_name }}