From 97649c0fe4768e760e199ce489315c1e21487e23 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Thu, 11 Apr 2024 11:21:56 -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 967cd59e..21c0d618 100644 --- a/releases.md +++ b/releases.md @@ -20,7 +20,7 @@ on your situation. Finally, click `Publish release`, and your version tag will b Once a new version has been released, and its corresponding version tag exists on the remote repo, you want to update the `go.mod` files to reflect this new version: ```shell -./hack/update_examples.sh -u +./hack/update_examples.sh -u ``` After running the above, 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,