Skip to content

Commit

Permalink
Avoid "tweet"
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Jul 4, 2024
1 parent 73b4e97 commit f5d4161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
}

Expand Down

0 comments on commit f5d4161

Please sign in to comment.