Skip to content

Commit 5ad90a4

Browse files
authored
Merge pull request #659 from tidymodels/release-bullets
Add release bullet about `knit_engine_docs()`
2 parents 4364387 + 3469165 commit 5ad90a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R/aaa.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,8 @@ utils::globalVariables(
9696
)
9797
)
9898

99+
release_bullets <- function() {
100+
c("Run `knit_engine_docs()` and `devtools::document()` to update docs")
101+
}
102+
99103
# nocov end

0 commit comments

Comments
 (0)