create_release
Create a draft release for an allowed GitHub repository, defining tag, target branch, and release notes. The release remains unpublished.
Instructions
Create a draft release in an allowed repository. This tool cannot publish a release. The release body is sent through stdin and is not written to the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| name | No | ||
| account | Yes | ||
| tagName | Yes | Git tag name for the draft release | |
| hostname | No | ||
| prerelease | No | ||
| repository | Yes | Repository in owner/name format | |
| targetCommitish | No | Branch or commit SHA used when creating a new tag | |
| generateReleaseNotes | No |