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 dplyr 1.1.4 #6966

Closed
23 tasks done
DavisVaughan opened this issue Nov 16, 2023 · 1 comment · Fixed by #6967
Closed
23 tasks done

Release dplyr 1.1.4 #6966

DavisVaughan opened this issue Nov 16, 2023 · 1 comment · Fixed by #6967

Comments

@DavisVaughan
Copy link
Member

DavisVaughan commented Nov 16, 2023

Pre-release maintenance:

Create a release PR:

  • usethis::pr_init("rc/1.1.4")
  • Update cran-comments.md
  • usethis::use_version('patch')
  • usethis::pr_push()
  • Comment that the PR closes this issue

Run release checks:

  • Wait for CI checks to pass
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • revdepcheck::cloud_check() ("730bc324-c6a4-4858-850f-a7e848ae1f57")

Submit to CRAN:

  • devtools::submit_cran()
  • Approve email
  • Accepted 🎉

Finish up:

  • usethis::pr_view()
  • usethis::use_github_release()
  • Merge PR (Don't squash merge!)
  • usethis::pr_finish()
  • usethis::use_dev_version(push = TRUE)
@DavisVaughan DavisVaughan mentioned this issue Nov 16, 2023
@DavisVaughan
Copy link
Member Author

DavisVaughan commented Nov 17, 2023

Create a release PR:

  • git pull
  • usethis::pr_init("rc/1.1.4")
  • Check current CRAN check results
  • Polish NEWS
  • urlchecker::url_check()
  • devtools::build_readme()
  • Update cran-comments.md
  • usethis::use_version('patch')
  • usethis::pr_push()
  • Comment that the PR closes this issue

Run release checks:

  • Wait for CI checks to pass
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • revdepcheck::cloud_check()

Submit to CRAN:

  • devtools::submit_cran()
  • Approve email
  • Accepted 🎉

Finish up:

  • usethis::pr_view()
  • usethis::use_github_release()
  • Merge PR (Don't squash merge!)
  • usethis::pr_finish()
  • usethis::use_dev_version(push = TRUE)

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

Successfully merging a pull request may close this issue.

1 participant