get_release
Retrieve a GitLab project release by its tag name to access release details and descriptions.
Instructions
Get a release by tag name
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| tag_name | Yes | The Git tag the release is associated with | |
| include_html_description | No | If true, a response includes HTML rendered Markdown of the release description. |