linear_createReleasePipeline
Creates a release pipeline in Linear to manage releases across specified teams. Optionally define pipeline type, production environment, and commit inclusion patterns.
Instructions
Create a new release pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the release pipeline | |
| teamIds | Yes | The team identifiers associated with the pipeline | |
| type | No | The pipeline type | |
| slugId | No | Optional unique slug identifier for the pipeline | |
| isProduction | No | Whether the pipeline targets a production environment | |
| includePathPatterns | No | Optional glob patterns to limit matched commits by file path |