list_releases
List releases for a GitLab project to track version history. Supports pagination, sorting by date, and including rendered HTML descriptions.
Instructions
List all releases for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| sort | No | The direction of the order. Either desc (default) for descending order or asc for ascending order. | |
| order_by | No | The field to use as order. Either released_at (default) or created_at. | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | No | Project ID or URL-encoded path | |
| include_html_description | No | If true, a response includes HTML rendered Markdown of the release description. |