Skip to content

Commit 4bc45bf

Browse files
committed
docs: Add installation guide to the github release notes
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 95eacc5 commit 4bc45bf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.releaserc.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@ plugins:
7878
name: checksums.txt
7979
releasedLabels: ["released"]
8080
releaseNameTemplate: "🚀 Version ${nextRelease.version}"
81+
releaseBodyTemplate: |
82+
## What's Changed
83+
84+
<%= nextRelease.notes %>
85+
86+
## 📦 Installation
87+
88+
```bash
89+
curl -fsSL https://raw.githubusercontent.com/inference-gateway/adl-cli/main/install.sh | bash
90+
```
91+
92+
For more installation options, see the [README](https://github.com/inference-gateway/adl-cli#installation).
8193
successCommentCondition: "false"
8294
labels:
8395
- "release"

0 commit comments

Comments
 (0)