tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.52k stars 2.03k forks source link

Release ggplot2 3.5.0 #5588

Closed thomasp85 closed 8 months ago

thomasp85 commented 11 months ago

Pre-release maintenance:

Create a release PR:

Run release checks:

Submit to CRAN:

Finish up:

teunbrand commented 11 months ago

As feedback on the checklist:

It seems easier to do usethis::pr_init("rc/3.5.0") first, then do everything in the 1st block. Also the cran-comments.md step should come after the revdepcheck results are in, I think.

thomasp85 commented 11 months ago

+1 to the placement of cran-comment update. That's an oversight

The reason for the current setup with some tasks before veering off into a new branch is that it makes it much easier to merge the two branches together afterwards because new news items will be clearly separated from the one in the RC