get_release
Retrieves detailed release information from a CERN GitLab repository, including release notes, assets, commit info, and download links. Requires a project identifier and 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
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier — either a numeric ID (e.g. '12345') or a URL-encoded path (e.g. 'atlas/athena') | |
| tag_name | Yes | The tag name of the release (e.g. 'v1.0.0') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||