Skip to content

Commit 2c43a74

Browse files
committed
ci: longer release notes
1 parent 1e7f023 commit 2c43a74

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/pkg.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,22 @@ jobs:
4343
release_name: Release ${{ steps.tagName.outputs.tag }}
4444
draft: false
4545
prerelease: false
46-
body: 'See our [changelog](https://app-config.dev/release-notes.html)'
46+
body: |
47+
See our [changelog](https://app-config.dev/release-notes.html) for release notes.
48+
49+
Single-binary executables are available in the assets below.
50+
51+
The packages are also available via NPM.
52+
53+
```
54+
npm i @app-config/main@${{ steps.tagName.outputs.tag }}
55+
```
56+
57+
Or, if you prefer, via Docker.
58+
59+
```
60+
docker run --rm -it -v $(realpath .):/mnt ghcr.io/launchcodedev/app-config:${{ steps.tagName.outputs.tag }} -C /mnt v
61+
```
4762
4863
- uses: actions/upload-release-asset@v1
4964
env:

0 commit comments

Comments
 (0)