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

Prepare release 0.4.1 #221

Closed
19 of 20 tasks
florisvdh opened this issue Sep 17, 2024 · 0 comments · Fixed by #222
Closed
19 of 20 tasks

Prepare release 0.4.1 #221

florisvdh opened this issue Sep 17, 2024 · 0 comments · Fixed by #222
Labels

Comments

@florisvdh
Copy link
Member

florisvdh commented Sep 17, 2024

Prepare for release:

  • git pull
  • Check current CRAN check results
  • Polish NEWS
  • Apply styler::style_pkg(scope = "line_breaks")
  • urlchecker::url_check()
  • devtools::build_readme()
  • devtools::check(remote = TRUE, manual = TRUE, document = FALSE) (after deleting package cache)
  • rhub::rhub_check(platforms = "atlas")
    • note: this must be run from the main branch.
    • overview of all platforms: rhub::rhub_platforms()
  • devtools::check_mac_release()
  • devtools::check_win_devel()
  • revdepcheck::revdep_check(num_workers = 4)
  • Update cran-comments.md
  • git push

Submit to CRAN:

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

Wait for CRAN...

  • Accepted 🎉
  • Tag and release on GitHub
  • usethis::use_dev_version(push = FALSE)
  • Toot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant