mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
1.3 KiB
1.3 KiB
Release
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| assets | List<Attachment> | The files attached to the release | [optional] |
| author | User | [optional] | |
| body | String | The release notes or description | [optional] |
| createdAt | Date | [optional] | |
| draft | Boolean | Whether the release is a draft | [optional] |
| htmlUrl | String | The HTML URL to view the release | [optional] |
| id | Long | The unique identifier of the release | [optional] |
| name | String | The display title of the release | [optional] |
| prerelease | Boolean | Whether the release is a prerelease | [optional] |
| publishedAt | Date | [optional] | |
| tagName | String | The name of the git tag associated with the release | [optional] |
| tarballUrl | String | The URL to download the tarball archive | [optional] |
| targetCommitish | String | The target commitish for the release | [optional] |
| uploadUrl | String | The URL template for uploading release assets | [optional] |
| url | String | The API URL of the release | [optional] |
| zipballUrl | String | The URL to download the zip archive | [optional] |