1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/release.R
3\name{use_github_release}
4\alias{use_github_release}
5\title{Draft a GitHub release}
6\usage{
7use_github_release(host = deprecated(), auth_token = deprecated())
8}
9\arguments{
10\item{host, auth_token}{\ifelse{html}{\figure{lifecycle-deprecated.svg}{options: alt='Deprecated lifecycle'}}{\strong{Deprecated}}: No longer consulted
11now that usethis allows the gh package to lookup a token based on a URL
12determined from the current project's GitHub remotes.}
13}
14\description{
15Creates a \strong{draft} GitHub release for the current package using the current
16version and \code{NEWS.md}. If you are comfortable that it is correct, you will
17need to publish the release from GitHub. It also deletes \code{CRAN-RELEASE} and
18checks that you've pushed all commits to GitHub.
19}
20