mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-05 04:15:58 +00:00
Clarify release note artifacts
This commit is contained in:
12
.github/workflows/publish-embedded-packages.yaml
vendored
12
.github/workflows/publish-embedded-packages.yaml
vendored
@@ -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 }}")
|
||||
|
||||
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user