Description Usage Arguments See Also
Use the CRAN-RELEASE file to automate the tagging of the commit with the version.
1 2 | tag_release(pkg = ".", commit = info$commit, ..., dev.version = TRUE,
push = TRUE)
|
pkg |
the base directory of the package |
commit |
the string identifying the git commit to tag with the release. By default this is read from the "CRAN-RELEASE" file. |
... |
passed to the |
dev.version |
Should the version number be incremented after committing the tag? |
push |
Should the changes be pushed to the default git repository? |
git2r::tags()
, usethis::use_dev_version()
, git2r::push()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.