release_create
Create a new release to plan a version or milestone, specifying name, description, and target date. Automatically links to the active project if none specified.
Instructions
Create a new release for a project. Use this to plan a new version or milestone. Automatically uses the linked project if no projectId is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID. If omitted, uses the linked project. | |
| name | Yes | Release name (e.g., "v1.2.0", "Sprint 5") | |
| description | No | Description of the release scope and goals | |
| targetDate | No | Target release date (ISO 8601 format, e.g., "2026-03-01") |