create_tag.Rd
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)
branch | The branch where the tagging will occur. Default master. |
---|---|
in_development | Logical default FALSE. |
If the version contains an in development component (e.g. X.Y.Z.9001), by default a tag isn't created.