R/api-finalize-version.R

Defines functions finalize_version

Documented in finalize_version

#' Finalize package version
#'
#' @description
#' Calls the following functions:
#'
#' @param push If `TRUE`, push the created tag.
#' @example man/examples/finalize-version.R
#' @return None
#' @export
finalize_version <- function(push = FALSE) {
  with_repo(finalize_version_impl(push, suggest_finalize = FALSE))
}

Try the fledge package in your browser

Any scripts or data that you put into this service are public.

fledge documentation built on July 9, 2023, 7:41 p.m.