You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jd-otero@macataci, I notice that version 0.3.0 and 0.3.1 were not tagged on GitHub.
usethis::use_github_release() should take care of this using the commit id stored in the CRAN-RELEASE file, but it looks like something went wrong somewhere.
Do you still have the CRAN-RELEASE file?
If not, I can identify the commit used for the release and tag a GitHub release myself using it for this time. Please let me know what would be best for you.
First release:
usethis::use_cran_comments()
Title:
andDescription:
@return
and@examples
Authors@R:
includes a copyright holder (role 'cph')Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
git push
goodpractice::gp()
# nolint
comments are still needed with recent lintr releasesSubmit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
The text was updated successfully, but these errors were encountered: