create_release
Generate and manage GitHub repository releases by specifying tag names, commit references, and release details, including draft or prerelease status, using the MCP GitHub server.
Instructions
Create a new release in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | Text describing the release | |
draft | No | true to create a draft (unpublished) release, false to create a published one | |
generate_release_notes | No | Whether to automatically generate the name and body for this release | |
name | No | The name of the release | |
owner | Yes | Repository owner (username or organization) | |
prerelease | No | true to identify the release as a prerelease, false to identify it as a full release | |
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 |