mainframe2/Get release data
Gets the data for the given release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The tag for which you want to get the release data. | yes | — |
Outputs
| name | description |
|---|---|
| id | The ID of the release |
| html_url | The URL users can navigate to in order to view the release |
| upload_url | The URL for uploading assets to the release |
| tag_name | The git tag associated with the release. |
| name | The name of the release |
| body | The body of the release |
| draft | Whether this release is marked as a draft or not |
| prerelease | Whether this release is marked as a pre-release or not |