create_github_release
Generate a tagged release on GitHub with title, notes, and draft status.
Instructions
Create a release on GitHub
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Release tag (e.g., v1.0.0) | |
| body | Yes | Release notes | |
| draft | No | Create as draft release | |
| title | Yes | Release title |