jsontools icon indicating copy to clipboard operation
jsontools copied to clipboard

Release jsontools 0.1.1

Open mgirlich opened this issue 1 year ago • 0 comments

Prepare for release:

  • [x] git pull
  • [ ] Check current CRAN check results
  • [x] Polish NEWS
  • [x] urlchecker::url_check()
  • [x] devtools::build_readme()
  • [x] devtools::check(remote = TRUE, manual = TRUE)
  • [ ] devtools::check_win_devel()
  • [ ] rhub::check_for_cran()
  • [x] revdepcheck::revdep_check(num_workers = 4)
  • [x] Update cran-comments.md
  • [x] git push

Submit to CRAN:

  • [ ] usethis::use_version('patch')
  • [ ] devtools::submit_cran()
  • [ ] Approve email

Wait for CRAN...

  • [ ] Accepted :tada:
  • [ ] git push
  • [ ] usethis::use_github_release()
  • [ ] usethis::use_dev_version()
  • [ ] git push

mgirlich avatar Mar 20 '23 15:03 mgirlich