From 2e8443a27c5f93accab730fd37d578d8744e104b Mon Sep 17 00:00:00 2001 From: a3hadi Date: Fri, 12 Apr 2024 13:24:15 -0400 Subject: [PATCH] update releases.md Signed-off-by: a3hadi --- releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases.md b/releases.md index 8523b8ca..b885025c 100644 --- a/releases.md +++ b/releases.md @@ -25,7 +25,7 @@ changes that you would like to highlight as part of the release, add those to th files to reflect this new version: ```shell ./hack/update_examples.sh -u - ``` + ``` 2. Create a PR for the changes that the script made. Once merged, it will trigger the `Docker Publish` workflow. As a result, the correct SDK version will always be printed in the server information logs, and the example images will always be using the latest changes (due to the local references)