Create Release
create_releaseCreate a product release with a required version. Optionally add a changelog and release date; omit the release date to mark it as a draft.
Instructions
Create a release and return it (id, version, changelog, released_at). Omit released_at for an unreleased/draft entry. product_id defaults to the org's primary product. Only version is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Version string (required), e.g. 'v2.4.0'. | |
| changelog | No | What shipped (optional). | |
| product_id | No | Product, from whoami (optional; the primary product when omitted). | |
| released_at | No | Ship time, ISO 8601 (optional; omit for a draft). |