-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release ggplot2 3.5.0 #5588
Comments
As feedback on the checklist: It seems easier to do |
+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 |
Pre-release maintenance:
git pull
urlchecker::url_check()
devtools::build_readme()
git push
Create a release PR:
usethis::pr_init("rc/3.5.0")
usethis::use_version('minor')
usethis::pr_push()
Run release checks:
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::cloud_check()
cran-comments.md
Submit to CRAN:
devtools::submit_cran()
Finish up:
usethis::pr_view()
usethis::use_github_release()
usethis::pr_finish()
usethis::use_dev_version(push = TRUE)
The text was updated successfully, but these errors were encountered: