forestgeo/fgeo.plot

Release 1.1.3

Closed this issue · 1 comments

Prepare for release:

  • Create pre-release branch.
  • devtools::check_win_devel()
  • rhub::check_on_macos()
  • revdepcheck::revdep_check(num_workers = 4)
  • Polish NEWS
  • Merge.

Perform release:

  • Have you updated packages with (update.packages())?
  • Create release branch
  • Bump version (in DESCRIPTION and NEWS)
  • Walk through devtools::release() (but don't submit).
    • Have you run R CMD check locally?
    • Have you checked for spelling errors (with spell_check())?
    • Were devtool's checks successful?
    • devtools::check_win_devel().
    • rhub::check_for_cran().
    • Have you updated NEWS.md file?
    • Have you updated DESCRIPTION (version number, use_tidy_version(), use_tidy_description())?
    • Have you updated cran-comments.md?
  • Merge
  • Check website built OK
  • Release on GitHub
  • Release on drat (should automate with the drat.build package)
    • Build source and win binary locally and add to drat
    • With source build mac binary on https://builder.r-hub.io/ and add to drat
    • Update README.Rmd
  • Bump dev version

Announce

  • Write blog post
  • Add link to blog post in pkgdown news menu
  • Tweet

Templatate at forestgeo/learn#182 (adapted from https://github.com/r-lib/usethis/issues/338).

Not announcing for now