Creates a draft GitHub release for the current package using the current
version and NEWS.md
. If you are comfortable that it is correct, you will
need to publish the release from GitHub. It also deletes CRAN-RELEASE
and checks that you've pushed all commits to GitHub.
use_github_release(host = NULL, auth_token = github_token())
GitHub API host to use. Override with the endpoint-root for your GitHub enterprise instance, for example, "https://github.hostname.com/api/v3".
GitHub personal access token (PAT).