powered by
This is basically the same as git tag -a T -m M where T is the version read from the package's DESCRIPTION file and M is given by message (see below).
git tag -a T -m M
message
git_tag(path = ".", tag_uncommited = FALSE, message = "CRAN release")
FALSE or the value of gert::git_tag_list.
FALSE
gert::git_tag_list
Path to the package.
Tag if there are uncommitted changes?
The tag message to be used.
Other git wrappers: git_add_commit()
git_add_commit()