git_release_publish | R Documentation |
Given that a 'GitHub' user is configured, with the appropriate
permissions, this function pushes the current branch (if safe),
then publishes a 'GitHub' Release of the repository indicated by
repo
to that user's account.
git_release_publish(repo = ".", tag_name = NULL, release_name = NULL)
repo |
The path to the 'Git' repository. |
tag_name |
Optional character string to specify the tag name. By
default, this is set to |
release_name |
Optional character string to specify the tag name. By
default, this is set to |
No return value. This function is called for its side effects.
## Not run:
git_release_publish()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.