R/release-reminders.R

Defines functions release_bullets

#to add additional checks to release issues created with usethis::use_release_issue()
#https://usethis.r-lib.org/reference/use_release_issue.html
release_bullets <- function() {
c(
 "Run code in inst/release-tasks.R after usethis::use_version()"
)
}

Try the rnpn package in your browser

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

rnpn documentation built on April 3, 2025, 5:54 p.m.