Uses gh::gh()
to fetch the latest GitHub release of the specified GitHub repository
via GitHub's RESTful API and returns its metadata as a single-row
tibble containing the columns id
, version_nr
, is_pre_release
and is_draft
.
Value
A tibble with the columns id
, version_nr
, is_pre_release
, and is_draft
.
See also
Other GitHub functions:
gh_dir_ls()
,
gh_releases()
,
gh_text_file()
,
gh_text_files()