versionBump: Bump the current package's patch version

View source: R/versionBump.R

versionBumpR Documentation

Bump the current package's patch version

Description

Take the packages version number (x.y.z) and bump the z version of the package. This is also known as the 'patch' version. Note this function also updates the Date field in the DESCRIPTION file.

Usage

versionBump(pkgDir = ".", commit = getOption("BiocAddins.autocommit", TRUE))

Arguments

pkgDir

The package directory to be build usually the current working directory (i.e., ".")

commit

logical(1) whether to automatically commit the changes to the DESCRIPTION file with gert. Defaults to TRUE.

Details

Set the option options('BiocAddins.autocommit') to FALSE to avoid automatic DESCRIPTION file commits.

Examples


versionBump()


Bioconductor/BiocAddins documentation built on July 5, 2025, 3:21 a.m.