linear_createRelease
Create a new release in a release pipeline by specifying pipeline ID and name, with optional version, description, commit SHA, stage, and dates.
Instructions
Create a new release in a release pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipelineId | Yes | The ID of the release pipeline this release belongs to | |
| name | Yes | The name of the release | |
| version | No | The version identifier for the release | |
| description | No | The release description in markdown or plain text | |
| commitSha | No | The Git commit SHA associated with the release | |
| stageId | No | Optional stage ID for the release | |
| startDate | No | Optional estimated start date in YYYY-MM-DD format | |
| targetDate | No | Optional estimated completion date in YYYY-MM-DD format |