Skip to content
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 tidyselect 1.2.0 #311

Closed
22 tasks done
hadley opened this issue Sep 15, 2022 · 1 comment
Closed
22 tasks done

Release tidyselect 1.2.0 #311

hadley opened this issue Sep 15, 2022 · 1 comment

Comments

@hadley
Copy link
Member

hadley commented Sep 15, 2022

Prepare for release:

Give revdeps time to fix problems:

Submit to CRAN:

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

Wait for CRAN...

  • Accepted 🎉
  • git push
  • usethis::use_github_release()
  • usethis::use_dev_version()
  • git push
@hadley
Copy link
Member Author

hadley commented Sep 15, 2022

Revdeps with:

pkgs <- unique(c(devtools::revdep("dplyr"), devtools::revdep("tidyselect"), devtools::revdep("tidyr")))
length(pkgs)
revdepcheck::cloud_check(revdep_packages = pkgs)

@hadley hadley closed this as completed Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant