create_release
Create a release for an existing Git tag by providing a title, description, and tag name. Optionally attach a project archive in formats like zip or tar.gz.
Instructions
Create a new release tied to an existing Git tag. Requires title, description, and tag name. The tag must already exist — use create_tag first if needed. Can optionally attach a project archive in various formats (zip, tar.gz, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| title | Yes | Release title | |
| project | Yes | Project alias | |
| tagName | Yes | Tag name for the release | |
| preRelease | No | Mark as pre-release | |
| description | Yes | Release description | |
| attachProjectArchive | No | Attach project archive | |
| projectArchiveFormat | No | Archive format (if attachProjectArchive is true) |