get_release
Retrieve detailed release information from CERN GitLab repositories, including release notes, assets, commit details, and download links using the release tag name.
Instructions
Get detailed information about a specific release from a CERN GitLab repository. Returns release notes, assets, commit info, and download links. Requires the tag name of the release.
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') | |
| tag_name | Yes | The tag name of the release (e.g. 'v1.0.0') |