create_release
Create a new release in a GitHub repository to package and distribute software versions with tags, descriptions, and optional draft or prerelease status.
Instructions
Create a new release in a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or organization) | |
| repo | Yes | Repository name | |
| tag_name | Yes | The name of the tag | |
| target_commitish | No | Specifies the commitish value that determines where the Git tag is created from | |
| name | No | The name of the release | |
| body | No | Text describing the release | |
| draft | No | true to create a draft (unpublished) release, false to create a published one | |
| prerelease | No | true to identify the release as a prerelease, false to identify it as a full release | |
| generate_release_notes | No | Whether to automatically generate the name and body for this release |