Skip to content

Commit

Permalink
update development.md
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 12, 2024
1 parent e434918 commit 07227c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ pass in `latest` to fetch the latest version from the remote repository:
./update_examples.sh -u <SDK-version | commit-sha | latest>
```
After running the script, create another PR for these changes. Ideally, the update script should only be need to run when a new version is released, i.e. provide a version or `latest` to it,
or when a breaking change is merged before the next release, i.e. provide a commit SHA to it.
or when a breaking change is merged before the next release, i.e. provide a commit SHA to it. If your merged change is a small chore, then it is unnecessary to run the update script as we want to
avoid flooding the commit history with dependency updates.

Updating the version may not seem necessary since we are using local references. However, the client prints
out information related to the server, which includes the SDK version, which is retrieved from the `go.mod` file.
Expand Down

0 comments on commit 07227c9

Please sign in to comment.