Skip to content

Commit

Permalink
Tweak blog post action order
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 7, 2023
1 parent 467ff57 commit 59a8dd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ release_checklist <- function(version, on_cran) {
"Wait for CRAN...",
"",
todo("Accepted :tada:"),
todo("Add preemptive link to blog post in pkgdown news menu", type != "patch"),
todo("Finish & publish blog post", type != "patch"),
todo("Add link to blog post in pkgdown news menu", type != "patch"),
todo("`usethis::use_github_release()`"),
todo("`usethis::use_dev_version(push = TRUE)`"),
todo("`usethis::use_news_md()`", !has_news),
todo("Finish blog post", type != "patch"),
todo("Tweet", type != "patch")
)
}
Expand Down
12 changes: 6 additions & 6 deletions tests/testthat/_snaps/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
Wait for CRAN...
* [ ] Accepted :tada:
* [ ] Add preemptive link to blog post in pkgdown news menu
* [ ] Finish & publish blog post
* [ ] Add link to blog post in pkgdown news menu
* [ ] `usethis::use_github_release()`
* [ ] `usethis::use_dev_version(push = TRUE)`
* [ ] `usethis::use_news_md()`
* [ ] Finish blog post
* [ ] Tweet

---
Expand Down Expand Up @@ -101,11 +101,11 @@
Wait for CRAN...
* [ ] Accepted :tada:
* [ ] Add preemptive link to blog post in pkgdown news menu
* [ ] Finish & publish blog post
* [ ] Add link to blog post in pkgdown news menu
* [ ] `usethis::use_github_release()`
* [ ] `usethis::use_dev_version(push = TRUE)`
* [ ] `usethis::use_news_md()`
* [ ] Finish blog post
* [ ] Tweet

# construct correct revdep bullet
Expand Down Expand Up @@ -158,10 +158,10 @@
Wait for CRAN...
* [ ] Accepted :tada:
* [ ] Add preemptive link to blog post in pkgdown news menu
* [ ] Finish & publish blog post
* [ ] Add link to blog post in pkgdown news menu
* [ ] `usethis::use_github_release()`
* [ ] `usethis::use_dev_version(push = TRUE)`
* [ ] `usethis::use_news_md()`
* [ ] Finish blog post
* [ ] Tweet

0 comments on commit 59a8dd2

Please sign in to comment.