Automatically tag the commit via the version number. This requires the environment variable GITHUB_TOKEN that has write permission.

create_tag(branch = "master", in_development = FALSE)

Arguments

branch

The branch where the tagging will occur. Default master.

in_development

Logical default FALSE.

Details

If the version contains an in development component (e.g. X.Y.Z.9001), by default a tag isn't created.