Release embed 1.1.0
Closed this issue · 1 comments
EmilHvitfeldt commented
Prepare for release:
-
git pull
- Check current CRAN check results
- Check if any deprecation processes should be advanced, as described in Gradual deprecation
- Polish NEWS
-
urlchecker::url_check()
-
devtools::build_readme()
-
devtools::check(remote = TRUE, manual = TRUE)
-
devtools::check_win_devel()
-
revdepcheck::cloud_check()
- Update
cran-comments.md
-
git push
- Draft blog post
- Slack link to draft blog in #open-source-comms
Submit to CRAN:
-
usethis::use_version('minor')
-
devtools::submit_cran()
- Approve email
Wait for CRAN...
- Accepted 🎉
-
usethis::use_github_release()
-
usethis::use_dev_version(push = TRUE)
- Finish blog post
- Tweet
- Add link to blog post in pkgdown news menu
github-actions commented
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.