_create_release
Create a new release for a repository by specifying tag, title, release notes, and target branch. Set publish to true to make it public or false to keep it as a draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| repo | Yes | ||
| owner | Yes | ||
| title | Yes | ||
| publish | No | ||
| release_notes | No | ||
| target_branch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |