From f5d4161f15fb4d02e9fc789409baff9569adc316 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:25:37 -0400 Subject: [PATCH] Avoid "tweet" --- R/release.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/release.R b/R/release.R index 02a122594..f43675fea 100644 --- a/R/release.R +++ b/R/release.R @@ -140,7 +140,7 @@ release_checklist <- function(version, on_cran) { todo("`usethis::use_github_release()`"), todo("`usethis::use_dev_version(push = TRUE)`"), todo("`usethis::use_news_md()`", !has_news), - todo("Tweet", type != "patch") + todo("Share on social media", type != "patch") ) }