Description Usage Arguments Value
Edits an existing GitHub release.
1 | gh_edit_release(repo, release_id, tag_name, name, body, draft, prerelease)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
release_id |
The release ID. |
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.