mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +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:
|
with:
|
||||||
append_body: true
|
append_body: true
|
||||||
body: |
|
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 }}
|
npm install @element-hq/element-call-embedded@${{ env.NPM_VERSION }}
|
||||||
@@ -147,9 +147,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
append_body: true
|
append_body: true
|
||||||
body: |
|
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 {
|
dependencies {
|
||||||
@@ -208,9 +208,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
append_body: true
|
append_body: true
|
||||||
body: |
|
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 }}")
|
.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:
|
with:
|
||||||
append_body: true
|
append_body: true
|
||||||
body: |
|
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).
|
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 }}
|
docker pull ghcr.io/element-hq/element-call:${{ github.event.release.tag_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user