diff --git a/R/aaa.R b/R/aaa.R index 5137a54d8..57aaf2b5b 100644 --- a/R/aaa.R +++ b/R/aaa.R @@ -96,4 +96,8 @@ utils::globalVariables( ) ) +release_bullets <- function() { + c("Run `knit_engine_docs()` and `devtools::document()` to update docs") +} + # nocov end