forestgeo/fgeo.analyze

Release 1.1.4

maurolepore opened 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)
  • Style NEWS (may use version.9000 temporarily)
  • 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

Publish release:

  • Check website built OK (e.g. version, News)
  • 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 writting blog for now