list_releases
Retrieve release tags, dates, and descriptions from CERN GitLab repositories to track software versions and access changelogs.
Instructions
List releases from a CERN GitLab repository. Returns release tags, dates, and descriptions. Useful for tracking software versions and finding changelogs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier — either a numeric ID (e.g. '12345') or a path (e.g. 'atlas/athena') | |
| per_page | No | Number of releases to return (default: 20, max: 100) |