ggforce icon indicating copy to clipboard operation
ggforce copied to clipboard

Release ggforce 0.5.0

Open thomasp85 opened this issue 6 months ago • 0 comments

Prepare for release:

  • [x] git pull
  • [x] Check current CRAN check results
  • [x] Check if any deprecation processes should be advanced, as described in Gradual deprecation
  • [x] Polish NEWS
  • [x] urlchecker::url_check()
  • [x] devtools::build_readme()
  • [x] devtools::check(remote = TRUE, manual = TRUE)
  • [x] devtools::check_win_devel()
  • [x] revdepcheck::cloud_check()
  • [x] Update cran-comments.md
  • [x] git push
  • [x] Draft blog post
  • [x] Slack link to draft blog in #open-source-comms

Submit to CRAN:

  • [ ] usethis::use_version('minor')
  • [ ] devtools::submit_cran()
  • [ ] Approve email

Wait for CRAN...

  • [ ] Accepted :tada:
  • [ ] Finish & publish blog post
  • [ ] Add link to blog post in pkgdown news menu
  • [ ] usethis::use_github_release()
  • [ ] usethis::use_dev_version(push = TRUE)
  • [ ] Tweet

thomasp85 avatar Jan 22 '24 20:01 thomasp85