Skip to content

Commit

Permalink
update releases.md
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Apr 11, 2024
1 parent da39382 commit 97649c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version>
./hack/update_examples.sh -u <version-tag>
```
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,
Expand Down

0 comments on commit 97649c0

Please sign in to comment.