get_release_changelog
Retrieve a release's changelog by providing its UUID. Always returns a changelog, creating an empty one if needed.
Instructions
Get a release's changelog. Each release has a single changelog, created empty on first access, so this always returns one.
Args: release_id: UUID of the release
Returns: The ReleaseChangelog. Its body comes back as a nested object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| release | No | ||
| changelog | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| updated_at | No | ||
| updated_by | No |