usethis (version 1.5.1)

use_github_release: Draft a GitHub release

Description

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.

Usage

use_github_release(host = NULL, auth_token = github_token())

Arguments

host

GitHub API host to use. Override with the endpoint-root for your GitHub enterprise instance, for example, "https://github.hostname.com/api/v3".

auth_token

GitHub personal access token (PAT).