tag_release: Tag a package release

Description Usage Arguments See Also

Description

Use the CRAN-RELEASE file to automate the tagging of the commit with the version.

Usage

1
2
tag_release(pkg = ".", commit = info$commit, ..., dev.version = TRUE,
  push = TRUE)

Arguments

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 git2r::tag() function

dev.version

Should the version number be incremented after committing the tag?

push

Should the changes be pushed to the default git repository?

See Also

git2r::tags(), usethis::use_dev_version(), git2r::push()


halpo/short documentation built on July 18, 2019, 12:06 a.m.