We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95eacc5 commit 4bc45bfCopy full SHA for 4bc45bf
1 file changed
.releaserc.yaml
@@ -78,6 +78,18 @@ plugins:
78
name: checksums.txt
79
releasedLabels: ["released"]
80
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).
93
successCommentCondition: "false"
94
labels:
95
- "release"
0 commit comments