get_release
Retrieve a Gitea release's full details by its numeric ID, including title, notes, tag, draft/prerelease flags, and attachments.
Instructions
Fetch one release by its numeric id (NOT the tag name — get the id from list_releases). Returns the full release including the title (name), release notes (body), tag_name, draft/prerelease flags, target_commitish, and attachments. Use get_release_by_tag to look up a release when you only know the tag name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Release ID (the numeric id from list_releases, NOT the tag name) | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |