| tag_name | The name of the tag. | yes | — |
| release_name | The name of the release. | no | — |
| body | body of release | no | — |
| body_path | file that will contain the release body. If informed, body will be disregarded | no | — |
| draft | true to create a draft (unpublished) release, false to create a published one. Default: false | no | false |
| prerelease | true to identify the release as a prerelease. false to identify the release as a full release. Padrão: false | no | false |
| target_commitish | Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch. | no | — |
| owner | The account owner of the repository. The name is not case sensitive. | no | — |
| repo | The name of the repository without the .git extension. The name is not case sensitive. | no | — |
| discussion_category_name | If specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the repository. For more information, see "Managing categories for discussions in your repository." | no | — |
| generate_release_notes | Whether to automatically generate the name and body for this release. If name is specified, the specified name will be used; otherwise, a name will be automatically generated. If body is specified, the body will be pre-pended to the automatically generated notes. Padrão: false | no | false |
| make_latest | Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Defaults to true for newly published releases. legacy specifies that the latest release should be determined based on the release creation date and higher semantic version. Padrão: true | no | true |