aloxlamm/Get Release Notes

Fetch release notes for a specified tag/release of a forgejo application.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
forgejo-urlThe URL of the Forgejo instanceyes
forgejo-ownerThe owner (organization or username) that owns the repositorythstr
forgejo-repositoryThe repository in Forgejo where the application is locatedyes
forgejo-tokenA personal access token for authenticating with the Forgejo APIyes
release-tagThe tag or release for which to fetch the release notes.yes
namedescription
jsonComplete JSON response from the Forgejo API
bodyRelease notes body/description
titleRelease title/name
urlHTML URL to the release page
idRelease ID number
tag_nameGit tag name
target_commitishTarget branch or commit
api_urlAPI URL for the release
upload_urlURL for uploading release assets
authorRelease author username
author_emailRelease author email address
author_idRelease author ID number
author_full_nameRelease author full name
author_avatar_urlRelease author avatar image URL
author_html_urlRelease author profile URL
created_atRelease creation date (ISO 8601)
published_atRelease publication date (ISO 8601)
draftWhether the release is a draft (true/false)
prereleaseWhether the release is a prerelease (true/false)
hide_archive_linksWhether archive download links are hidden (true/false)
tarball_urlURL to download release as tar.gz
zipball_urlURL to download release as zip
assets_countNumber of attached release assets
zip_download_countNumber of zip archive downloads
tarball_download_countNumber of tarball archive downloads