linear_completeRelease
Mark a release as completed within a pipeline by specifying the pipeline ID and optional version to finalize the process.
Instructions
Mark a release as completed within a pipeline. The target pipeline must already have a completed release stage configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Optional release version to complete; defaults to the latest started release | |
| pipelineId | Yes | The ID of the release pipeline containing the release |
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 |