-
Notifications
You must be signed in to change notification settings - Fork 17
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 rebird 1.4.0 #124
Comments
Let me know if you run into any questions with the CRAN release, I recently did this with Can you use this ORCID? |
Will do, and what email should I include? |
Feel free to just skip the email |
One particular thing that tripped me up with rvertnet @sebpardo is that in order to get the usethis versioning tools to work as advertised to follow the workflow above, I needed to change all my NEWS.md headings to use a single https://raw.githubusercontent.com/ropensci/rvertnet/master/NEWS.md |
Added |
Is there something I can do to help this along? |
Hi @RichardLitt, thanks for offering to help. There are two outstanding issues (#115 and #129) that need resolving before submitting to CRAN. Another thing to consider is that the 2024 taxonomy update will likely be happening in October, so depending how long it takes us to get things ready it might be better to hold on updating until then. |
Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::revdep_check(num_workers = 4)
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('minor')
codemetar::write_codemeta()
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
(This step also pushes local commit(s) to GitHub)usethis::use_dev_version(push = TRUE)
The text was updated successfully, but these errors were encountered: