gh_new_release: Create a release of a Git tag.

Description Usage Arguments Value

View source: R/releases.R

Description

Create a release of a Git tag.

Usage

1
gh_new_release(repo, tag_name, name, body, draft, prerelease)

Arguments

repo

Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr".

tag_name

Name of the tag to create the release from.

name

Name of the release.

body

Description and details as part of the release.

draft

Whether the release should be a draft.

prerelease

Whether the release should be a prerelease.

Value

Nothing.


rostools/githubr documentation built on Aug. 17, 2020, 6:49 p.m.