From d2a0749fc3f31c17a7ec58615c3e0e2af31a9618 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 30 Oct 2023 14:15:43 -0500 Subject: [PATCH] Republish at very end --- R/upkeep.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/upkeep.R b/R/upkeep.R index 8097d1164..7238ff6a5 100644 --- a/R/upkeep.R +++ b/R/upkeep.R @@ -227,7 +227,6 @@ tidy_upkeep_checklist <- function(year = NULL, Add alt-text to pictures, plots, etc; see \\ https://posit.co/blog/knitr-fig-alt/ for examples" ), - todo("Re-publish released site; see [How to update a released site](https://pkgdown.r-lib.org/dev/articles/how-to-update-released-site.html)"), "" ) } @@ -240,6 +239,7 @@ tidy_upkeep_checklist <- function(year = NULL, todo("`usethis::use_tidy_description()`"), todo("`usethis::use_tidy_github_actions()`"), todo("`devtools::build_readme()`"), + todo("[Re-publish released site](https://pkgdown.r-lib.org/dev/articles/how-to-update-released-site.html) if needed"), "" )