linear_createReleasePipeline
Create a release pipeline for coordinating deployments. Specify teams, pipeline type, and optional production target or file path filters.
Instructions
Create a new release pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the release pipeline | |
| type | No | The pipeline type | |
| slugId | No | Optional unique slug identifier for the pipeline | |
| teamIds | Yes | The team identifiers associated with the pipeline | |
| isProduction | No | Whether the pipeline targets a production environment | |
| includePathPatterns | No | Optional glob patterns to limit matched commits by file path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| type | No | ||
| teams | No | ||
| slugId | No | ||
| stages | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| production | No | ||
| description | No | ||
| pathPatterns | No | ||
| latestReleaseNote | No |