release_gh {precommit}R Documentation

Create a new release on GitHub

Description

This must be done before a CRAN release.

Usage

release_gh(bump = "dev", is_cran = bump != "dev")

Arguments

bump

The bump increment, either "dev", "patch", "minor" or "major".

is_cran

Is this release a CRAN release?

Details

This function does the following:

CRAN release

If is_cran is TRUE, the workflow is changed slightly:


[Package precommit version 0.4.3 Index]