Release vroom 1.6.1
jennybc opened this issue · 0 comments
jennybc commented
Prepare for release:
-
git pull
- Check current CRAN check results
- 2023-01-21 The tests are failing on CRAN for
r-oldrel-windows-ix86+x86_64
, which I don't remember seeing recently and isn't happening in GHA. No further detail available. I suppose I'll submit anyway.
- 2023-01-21 The tests are failing on CRAN for
- Polish NEWS
-
urlchecker::url_check()
-
devtools::build_readme()
-
devtools::check(remote = TRUE, manual = TRUE)
-
devtools::check_win_devel()
-
rhub::check_for_cran()
-
rhub::check(platform = 'ubuntu-rchk')
-
rhub::check_with_sanitizers()
-
revdepcheck::cloud_check()
- Update
cran-comments.md
-
git push
Submit to CRAN:
-
usethis::use_version('patch')
-
devtools::submit_cran()
- Approve email
Wait for CRAN...
- Accepted 🎉
-
git push
-
usethis::use_github_release()
-
usethis::use_dev_version()
-
git push