insonusk/Get latest release of repository
Get latest release including draft and prerelease. Return information about release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| myToken | GitHub Token | yes | — |
| exclude_types | Exclude release type (example: draft|prerelease) | no | — |
| view_top | View top releases to find release | no | 100 |
Outputs
| name | description |
|---|---|
| id | Id of the release |
| name | Name of the release |
| tag_name | Tag of the release |
| created_at | Creation date of the release |
| draft | Release is draft |
| prerelease | Release is prerelease |
| release | Release is production release |
| url | API URL to release |
| html_url | HTML URL to release |