create_tag: Auto-tagging via CI

View source: R/create_tag.R

create_tagR Documentation

Auto-tagging via CI

Description

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

Usage

create_tag(branch = get_origin_name(), in_development = FALSE)

Arguments

branch

The branch where the tagging will occur. Default master or main.

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.


jumpingrivers/inteRgrate documentation built on May 20, 2022, 11:08 p.m.