linear_createReleaseNote
Create release notes for a pipeline by specifying explicit release IDs or a range of releases.
Instructions
Create a release note using either explicit release IDs or a release range within a pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipelineId | Yes | The ID of the release pipeline that owns the release note | |
| content | No | Optional release note content in markdown | |
| releaseIds | No | Explicit release IDs to include in the note | |
| rangeFromReleaseId | No | Oldest release ID in the release note range | |
| rangeToReleaseId | No | Newest release ID in the release note range |