R/release_bullets.R

Defines functions release_bullets

# see ?usethis::use_release_issue() #nolint
release_bullets <- function() {
  c(
    "update CITATION.cff with `cffr::cff_write(dependencies = FALSE)`
    (after incrementing version)"
  )
}

Try the geotargets package in your browser

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

geotargets documentation built on June 8, 2025, 11:54 a.m.