[x] Create git tag git tag -a "v1.4.0" (paste NEWS text without title headers, accessibility v1.4.0 on the first line - note the v before the version number)
[x] Push tag git push --tag
[x] Create github release (title: accessibility v1.4.0, body: NEWS with title headers)
Prepare for release:
urlchecker::url_check()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_oldrelease()
devtools::check_win_release()
devtools::check_win_devel()
rhub::check_for_cran(show_status = FALSE)
cran-comments.md
Submit to CRAN:
devtools::submit_cran()
Wait for CRAN...
git push
to update release websitegit tag -a "v1.4.0"
(paste NEWS text without title headers,accessibility v1.4.0
on the first line - note thev
before the version number)git push --tag
accessibility v1.4.0
, body: NEWS with title headers)[x] Bump dev version and update NEWS
Bug fixes
New features
Notes