linear_createRelease
Create a new release in a Linear release pipeline by providing name, version, and optional dates or commit SHA to track progress.
Instructions
Create a new release in a release pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the release | |
| stageId | No | Optional stage ID for the release | |
| version | No | The version identifier for the release | |
| commitSha | No | The Git commit SHA associated with the release | |
| createdAt | No | Optional creation timestamp for a backfilled release (ISO 8601) | |
| startDate | No | Optional estimated start date in YYYY-MM-DD format | |
| startedAt | No | Optional actual start timestamp for a backfilled release (ISO 8601) | |
| pipelineId | Yes | The ID of the release pipeline this release belongs to | |
| targetDate | No | Optional estimated completion date in YYYY-MM-DD format | |
| completedAt | No | Optional actual completion timestamp for a backfilled release (ISO 8601) | |
| description | No | The release description in markdown or plain text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| stage | No | ||
| creator | No | ||
| trashed | No | ||
| version | No | ||
| pipeline | No | ||
| commitSha | No | ||
| createdAt | No | ||
| startDate | No | ||
| startedAt | No | ||
| updatedAt | No | ||
| canceledAt | No | ||
| issueCount | No | ||
| targetDate | No | ||
| completedAt | No | ||
| description | No | ||
| currentProgress | No |