From 19fa19800ef243e878a5de2909ebeac9305924d1 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Tue, 9 Dec 2025 13:06:57 +0000 Subject: [PATCH] update release docs Signed-off-by: Simon Davies --- docs/how-to-make-releases.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/how-to-make-releases.md b/docs/how-to-make-releases.md index d22ed5284..436f1e07d 100644 --- a/docs/how-to-make-releases.md +++ b/docs/how-to-make-releases.md @@ -56,7 +56,10 @@ When this job is done, a new [GitHub release](https://github.com/hyperlight-dev/ - `hyperlight-common` - `hyperlight-guest` - `hyperlight-guest-bin` +- `hyperlight-component-util` +- `hyperlight-component-macro` - `hyperlight-host` +- `hyperlight-guest-tracing` ## Patching a release > Note: for this example we'll assume `v0.4.0` is already released, and you want to release a `v0.4.1` patch for it.