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

Hot patch release for 2.3.2 #1224

Closed
15 tasks done
hadley opened this issue Mar 21, 2023 · 1 comment
Closed
15 tasks done

Hot patch release for 2.3.2 #1224

hadley opened this issue Mar 21, 2023 · 1 comment

Comments

@hadley
Copy link
Member

hadley commented Mar 21, 2023

Create hot patch:

  • Create hot patch branch, (e.g.) gert::git_branch_create(paste0("v", new_ver), ref = paste0("v", old_ver))
  • usethis::use_version("patch") and update news with Hot patch release to resolve R CMD check failures.
  • Fix the motivating R CMD check problems.
  • pr_push()v2.3.2 release branch #1225

Prepare for release:

  • urlchecker::url_check()
  • devtools::check_win_devel()
  • Update cran-comments.md

Submit to CRAN:

  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • git push
  • usethis::use_github_release()
  • gert::git_branch_checkout("main")
  • Increment minor version number in DESCRIPTION and NEWS
  • git push
@hadley hadley closed this as completed Mar 21, 2023
@hadley
Copy link
Member Author

hadley commented Mar 21, 2023

@mgirlich the release is in https://github.com/tidyverse/dbplyr/tree/v2.3.2; I don't think there's any need to cherry pick commits back into main, since you either have fixed or naturally will fix the problems.

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