Description Usage Arguments Value
Create a release of a Git tag.
1 | gh_new_release(repo, tag_name, name, body, draft, prerelease)
|
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. |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.