This function is a part of the GitHub Action. Therefore it only works when run in a GitHub Action on the main or master branch. Otherwise it will only return a message. It sets a new tag at the current commit using the related entry from NEWS.md as message. This tag will turn into a release.

set_tag(x = ".")

Arguments

x

Either a checklist object or a path to the source code. Defaults to ..