Skip to content

Commit 527bafd

Browse files
authored
Update README.md
Add only new tool to the readme
1 parent 4bef534 commit 527bafd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,10 @@ The following sets of tools are available (all are on by default):
888888
- `repo`: Repository name (string, required)
889889
- `sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
890890

891+
- **get_latest_release** - Get latest release
892+
- `owner`: Repository owner (string, required)
893+
- `repo`: Repository name (string, required)
894+
891895
- **get_tag** - Get tag details
892896
- `owner`: Repository owner (string, required)
893897
- `repo`: Repository name (string, required)
@@ -907,6 +911,12 @@ The following sets of tools are available (all are on by default):
907911
- `repo`: Repository name (string, required)
908912
- `sha`: Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA. (string, optional)
909913

914+
- **list_releases** - List releases
915+
- `owner`: Repository owner (string, required)
916+
- `page`: Page number for pagination (min 1) (number, optional)
917+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
918+
- `repo`: Repository name (string, required)
919+
910920
- **list_tags** - List tags
911921
- `owner`: Repository owner (string, required)
912922
- `page`: Page number for pagination (min 1) (number, optional)

0 commit comments

Comments
 (0)