aloxlamm/Get Release Notes
Fetch release notes for a specified tag/release of a forgejo application.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| forgejo-url | The URL of the Forgejo instance | yes | — |
| forgejo-owner | The owner (organization or username) that owns the repository | — | thstr |
| forgejo-repository | The repository in Forgejo where the application is located | yes | — |
| forgejo-token | A personal access token for authenticating with the Forgejo API | yes | — |
| release-tag | The tag or release for which to fetch the release notes. | yes | — |
Outputs
| name | description |
|---|---|
| json | Complete JSON response from the Forgejo API |
| body | Release notes body/description |
| title | Release title/name |
| url | HTML URL to the release page |
| id | Release ID number |
| tag_name | Git tag name |
| target_commitish | Target branch or commit |
| api_url | API URL for the release |
| upload_url | URL for uploading release assets |
| author | Release author username |
| author_email | Release author email address |
| author_id | Release author ID number |
| author_full_name | Release author full name |
| author_avatar_url | Release author avatar image URL |
| author_html_url | Release author profile URL |
| created_at | Release creation date (ISO 8601) |
| published_at | Release publication date (ISO 8601) |
| draft | Whether the release is a draft (true/false) |
| prerelease | Whether the release is a prerelease (true/false) |
| hide_archive_links | Whether archive download links are hidden (true/false) |
| tarball_url | URL to download release as tar.gz |
| zipball_url | URL to download release as zip |
| assets_count | Number of attached release assets |
| zip_download_count | Number of zip archive downloads |
| tarball_download_count | Number of tarball archive downloads |