create_release_label
Create a release label with a unique name, optional color, and sort order for categorizing releases in the workspace palette.
Instructions
Create a release label in the workspace palette. Name must be unique.
This defines a label; attach it to a release with manage_release_labels.
Args: name: Label name color: Hex color, e.g. "#4E5355" sort_order: Position in the palette
Returns: The created ReleaseLabel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| sort_order | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| color | No | ||
| workspace | No | ||
| sort_order | No |